Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Dparse.c301 case WLAN_EID_CHALLENGE: in _ieee802_11_parse_elems_full()
Dmlme.c4230 challenge = cfg80211_find_elem(WLAN_EID_CHALLENGE, pos, in ieee80211_auth_challenge()
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c893 case WLAN_EID_CHALLENGE: in rtw_ieee802_11_parse_elems()
Drtw_mlme_ext.c807 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&ie_len, in OnAuth()
896 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&len, in OnAuthClient()
2652 pframe = rtw_set_ie(pframe, WLAN_EID_CHALLENGE, 128, psta->chg_txt, &(pattrib->pktlen)); in issue_auth()
2689 pframe = rtw_set_ie(pframe, WLAN_EID_CHALLENGE, 128, pmlmeinfo->chg_txt, &(pattrib->pktlen)); in issue_auth()
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1215 case WLAN_EID_CHALLENGE: in libipw_parse_info_param()
/linux-6.12.1/include/linux/
Dieee80211.h3569 WLAN_EID_CHALLENGE = 16, enumerator