Searched refs:WLAN_EID_CHALLENGE (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211mgmt.h | 116 #define WLAN_EID_CHALLENGE 16 macro
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | ieee80211.h | 354 #define WLAN_EID_CHALLENGE 16 macro
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 534 #define WLAN_EID_CHALLENGE 16 macro
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 1042 p = cfg80211_find_ie(WLAN_EID_CHALLENGE, pframe, len); in OnAuth23a() 1143 p = cfg80211_find_ie(WLAN_EID_CHALLENGE, pie, plen); in OnAuth23aClient23a() 1287 case WLAN_EID_CHALLENGE: in rtw_validate_frame_ies() 2888 pframe = rtw_set_ie23a(pframe, WLAN_EID_CHALLENGE, 128, in issue_auth() 2946 pframe = rtw_set_ie23a(pframe, WLAN_EID_CHALLENGE, 128, in issue_auth()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 1005 case WLAN_EID_CHALLENGE: in rtw_ieee802_11_parse_elems()
|
/linux-4.1.27/include/linux/ |
D | ieee80211.h | 1756 WLAN_EID_CHALLENGE = 16, enumerator
|
/linux-4.1.27/net/mac80211/ |
D | util.c | 844 case WLAN_EID_CHALLENGE: in ieee802_11_parse_elems_crc() 928 case WLAN_EID_CHALLENGE: in ieee802_11_parse_elems_crc()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 1245 case WLAN_EID_CHALLENGE: in libipw_parse_info_param()
|
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel.c | 3080 auth->el_id == WLAN_EID_CHALLENGE) { in authenticate()
|