Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dwifi.h340 #define _AUTH_IE_OFFSET_ 6 macro
/Linux-v5.15/drivers/staging/r8188eu/include/
Dwifi.h477 #define _AUTH_IE_OFFSET_ 6 macro
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c814 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&ie_len, in OnAuth()
815 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth()
903 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, WLAN_EID_CHALLENGE, (int *)&len, in OnAuthClient()
904 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c840 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&ie_len, in OnAuth()
841 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth()
937 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, in OnAuthClient()
938 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()