Searched refs:_PROBEREQ_IE_OFFSET_ (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_p2p.c | 753 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SUPPORTEDRATES_IE_, (int *)&rate_… in process_probe_req_p2p_ie() 754 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in process_probe_req_p2p_ie() 786 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ssid_len, in process_probe_req_p2p_ie() 787 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in process_probe_req_p2p_ie() 791 … rtw_get_p2p_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, len - WLAN_HDR_A3_LEN - _PROBEREQ… in process_probe_req_p2p_ie()
|
| D | rtw_mlme_ext.c | 559 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ielen, in OnProbeReq() 560 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in OnProbeReq() 6469 ie_offset = _PROBEREQ_IE_OFFSET_; in collect_bss_info()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/include/ |
| D | wifi.h | 338 #define _PROBEREQ_IE_OFFSET_ 0 macro
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | wifi.h | 475 #define _PROBEREQ_IE_OFFSET_ 0 macro
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_mlme_ext.c | 532 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, WLAN_EID_SSID, (int *)&ielen, in OnProbeReq() 533 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in OnProbeReq() 3982 ie_offset = _PROBEREQ_IE_OFFSET_; in collect_bss_info()
|