Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ap.c822 …p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _ERPINFO_IE_, &ie_len, (pbss_network->IELength - _BEACON_I… in rtw_check_beacon_data()
1125 p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _ERPINFO_IE_, &len, in update_bcn_erpinfo_ie()
1263 case _ERPINFO_IE_: in update_beacon()
1436 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join()
1447 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_join()
1555 update_beacon(padapter, _ERPINFO_IE_, NULL, true); in bss_cap_update_on_sta_leave()
Drtw_wlan_util.c1081 case _ERPINFO_IE_: in update_beacon_info()
Drtw_xmit.c1090 perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); in rtw_update_protection()
Drtw_mlme_ext.c1496 case _ERPINFO_IE_: in OnAssocRsp()
4605 pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); in issue_beacon()
4769 pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); in issue_probersp()
/Linux-v5.15/drivers/staging/r8188eu/include/
Dwifi.h495 #define _ERPINFO_IE_ 42 macro