Home
last modified time | relevance | path

Searched refs:OS_802_11_KEY (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DkeyParserWep.c120 OS_802_11_KEY *pKeyDesc; in keyParserWep_recv()
129 pKeyDesc = (OS_802_11_KEY*)pKeyData; in keyParserWep_recv()
178 OS_802_11_KEY *pKeyDesc; in keyParserWep_remove()
188 pKeyDesc = (OS_802_11_KEY*)pKeyData; in keyParserWep_remove()
DkeyParserExternal.c123 OS_802_11_KEY *pKeyDesc; in keyParserExternal_recv()
140 pKeyDesc = (OS_802_11_KEY*)pKeyData; in keyParserExternal_recv()
336 OS_802_11_KEY *pKeyDesc; in keyParserExternal_remove()
348 pKeyDesc = (OS_802_11_KEY*)pKeyData; in keyParserExternal_remove()
Drsn.c500 OS_802_11_KEY rsnOsKey; in rsn_sendKeysNotSet()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_common.c309 OS_802_11_KEY key; in CuCommon_AddKey()
311 os_memset(&key, 0, sizeof(OS_802_11_KEY)); in CuCommon_AddKey()
318 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, RSN_ADD_KEY_PARAM, &key, sizeof(OS_802_11_KEY), in CuCommon_AddKey()
331 OS_802_11_KEY key; in CuCommon_RemoveKey()
333 os_memset(&key, 0, sizeof(OS_802_11_KEY)); in CuCommon_RemoveKey()
336 … res = IPC_STA_Private_Send(pCuCommon->hIpcSta, RSN_REMOVE_KEY_PARAM, &key, sizeof(OS_802_11_KEY), in CuCommon_RemoveKey()
/hardware/ti/wlan/wl1271/utils/
DosDot11.h303 } OS_802_11_KEY, *POS_802_11_KEY; typedef
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h619 OS_802_11_KEY rsnOsKey;