Searched refs:WLAN_EID_CHALLENGE (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/wlan-ng/ |
D | p80211mgmt.h | 116 #define WLAN_EID_CHALLENGE 16 macro
|
/drivers/staging/rtl8712/ |
D | ieee80211.h | 326 #define WLAN_EID_CHALLENGE 16 macro
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 1041 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/ |
D | rtw_ieee80211.c | 1007 case WLAN_EID_CHALLENGE: in rtw_ieee802_11_parse_elems()
|
/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 1243 case WLAN_EID_CHALLENGE: in libipw_parse_info_param()
|
/drivers/net/wireless/hostap/ |
D | hostap_ap.c | 1413 if (*u == WLAN_EID_CHALLENGE) { in handle_authen() 1532 *tmp++ = WLAN_EID_CHALLENGE; in handle_authen()
|
/drivers/net/wireless/ |
D | atmel.c | 3080 auth->el_id == WLAN_EID_CHALLENGE) { in authenticate()
|