Home
last modified time | relevance | path

Searched refs:_AUTH_IE_OFFSET_ (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dwifi.h340 #define _AUTH_IE_OFFSET_ 6 macro
/linux-6.1.9/drivers/staging/r8188eu/include/
Dwifi.h335 #define _AUTH_IE_OFFSET_ 6 macro
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c810 …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-6.1.9/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c815 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&ie_len, in OnAuth()
816 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth()
899 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, in OnAuthClient()
900 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()