Searched refs:_AUTH_IE_OFFSET_ (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | wifi.h | 335 #define _AUTH_IE_OFFSET_ 6 macro
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 340 #define _AUTH_IE_OFFSET_ 6 macro
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 810 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&ie_len, in OnAuth() 811 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth() 899 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&len, in OnAuthClient() 900 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 743 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&ie_len, in OnAuth() 744 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth() 827 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, in OnAuthClient() 828 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()
|