Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211mgmt.h96 #define WLAN_EID_CHALLENGE 16 macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c892 case WLAN_EID_CHALLENGE: in rtw_ieee802_11_parse_elems()
H A Drtw_mlme_ext.c808 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&ie_len, in OnAuth()
897 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&len, in OnAuthClient()
2653 pframe = rtw_set_ie(pframe, WLAN_EID_CHALLENGE, 128, psta->chg_txt, &(pattrib->pktlen)); in issue_auth()
2690 pframe = rtw_set_ie(pframe, WLAN_EID_CHALLENGE, 128, pmlmeinfo->chg_txt, &(pattrib->pktlen)); in issue_auth()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1215 case WLAN_EID_CHALLENGE: in libipw_parse_info_param()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c1351 if (*u == WLAN_EID_CHALLENGE) { in handle_authen()
1470 *tmp++ = WLAN_EID_CHALLENGE; in handle_authen()
/openbmc/linux/include/linux/
H A Dieee80211.h3383 WLAN_EID_CHALLENGE = 16, enumerator
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c3051 auth->el_id == WLAN_EID_CHALLENGE) { in authenticate()
/openbmc/linux/net/mac80211/
H A Dutil.c1043 case WLAN_EID_CHALLENGE: in _ieee802_11_parse_elems_full()
H A Dmlme.c3603 challenge = cfg80211_find_elem(WLAN_EID_CHALLENGE, pos, in ieee80211_auth_challenge()