Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dp80211mgmt.h116 #define WLAN_EID_CHALLENGE 16 macro
/drivers/staging/rtl8712/
Dieee80211.h326 #define WLAN_EID_CHALLENGE 16 macro
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1041 p = cfg80211_find_ie(WLAN_EID_CHALLENGE, pframe, len); in OnAuth23a()
1142 p = cfg80211_find_ie(WLAN_EID_CHALLENGE, pie, plen); in OnAuth23aClient23a()
1286 case WLAN_EID_CHALLENGE: in rtw_validate_frame_ies()
2880 pframe = rtw_set_ie23a(pframe, WLAN_EID_CHALLENGE, 128, in issue_auth()
2938 pframe = rtw_set_ie23a(pframe, WLAN_EID_CHALLENGE, 128, in issue_auth()
/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c1007 case WLAN_EID_CHALLENGE: in rtw_ieee802_11_parse_elems()
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1243 case WLAN_EID_CHALLENGE: in libipw_parse_info_param()
/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/
Datmel.c3080 auth->el_id == WLAN_EID_CHALLENGE) { in authenticate()