Home
last modified time | relevance | path

Searched refs:_ERPINFO_IE_ (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_ap.c545 p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _ERPINFO_IE_, &len, in update_bcn_erpinfo_ie()
639 case _ERPINFO_IE_: in update_beacon()
796 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join()
807 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join()
899 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_leave()
Drtw_wlan_util.c1054 case _ERPINFO_IE_: in update_beacon_info()
Drtw_xmit.c1159 perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in rtw_update_protection()
Drtw_mlme_ext.c1436 case _ERPINFO_IE_: in OnAssocRsp()
4328 pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); in issue_beacon()
4478 pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); in issue_probersp()
/Linux-v6.1/drivers/staging/r8188eu/include/
Dwifi.h353 #define _ERPINFO_IE_ 42 macro