Home
last modified time | relevance | path

Searched refs:WLAN_EID_CHALLENGE (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/wlan-ng/
Dp80211mgmt.h116 #define WLAN_EID_CHALLENGE 16 macro
/drivers/staging/vt6655/
D80211mgr.h50 #define WLAN_EID_CHALLENGE 16 macro
D80211mgr.c861 …gned char *)pItem) < (pFrame->pBuf + pFrame->len)) && (pItem->byElementID == WLAN_EID_CHALLENGE)) { in vMgrDecodeAuthen()
Dwmgr.c1328 sFrame.pChallenge->byElementID = WLAN_EID_CHALLENGE; in s_vMgrRxAuthenSequence_1()
1420 sFrame.pChallenge->byElementID = WLAN_EID_CHALLENGE; in s_vMgrRxAuthenSequence_2()
/drivers/staging/vt6656/
D80211mgr.h47 #define WLAN_EID_CHALLENGE 16 macro
D80211mgr.c783 … if ((((u8 *)pItem) < (pFrame->pBuf + pFrame->len)) && (pItem->byElementID == WLAN_EID_CHALLENGE)) in vMgrDecodeAuthen()
Dwmgr.c1082 sFrame.pChallenge->byElementID = WLAN_EID_CHALLENGE; in s_vMgrRxAuthenSequence_1()
1174 sFrame.pChallenge->byElementID = WLAN_EID_CHALLENGE; in s_vMgrRxAuthenSequence_2()
/drivers/staging/rtl8712/
Dieee80211.h354 #define WLAN_EID_CHALLENGE 16 macro
/drivers/net/wireless/hostap/
Dhostap_ap.c1413 if (*u == WLAN_EID_CHALLENGE) { in handle_authen()
1532 *tmp++ = WLAN_EID_CHALLENGE; in handle_authen()
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1247 case WLAN_EID_CHALLENGE: in libipw_parse_info_param()
/drivers/net/wireless/
Datmel.c3091 auth->el_id == WLAN_EID_CHALLENGE) { in authenticate()