wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/abs_core_driverif.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 10 0abc8c98be24
--- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/abs_core_driverif.h	Tue Feb 02 02:03:13 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/abs_core_driverif.h	Fri Mar 19 10:03:22 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -16,6 +16,9 @@
 *
 */
 
+/*
+* %version: 35 %
+*/
 
 #ifndef ABS_CORE_DRIVERIF_H
 #define ABS_CORE_DRIVERIF_H
@@ -121,6 +124,7 @@
      * @param is_pairwise_key_invalidated Whether the pairwise key should be invalidated.
      * @param is_group_key_invalidated Whether the group key should be invalidated
      * @param is_radio_measurement_supported Whether the radio measurement is supported
+     * @param pairwise_key Pairwise key to set before association. NULL if none.
      */
     virtual void connect(
         u32_t request_id,
@@ -137,7 +141,8 @@
         const u8_t* scan_frame,
         bool_t is_pairwise_key_invalidated,
         bool_t is_group_key_invalidated,
-        bool_t is_radio_measurement_supported ) = 0;
+        bool_t is_radio_measurement_supported,
+        const core_cipher_key_s* pairwise_key ) = 0;
 
     /**
      * Disconnect from the current network.