Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dwifi.h431 #define _AUTH_IE_OFFSET_ 6 macro
/drivers/staging/rtl8188eu/include/
Dwifi.h503 #define _AUTH_IE_OFFSET_ 6 macro
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c774 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_ , _CHLGETXT_IE_, (int *)&ie_len, in OnAuth()
775 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth()
871 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, in OnAuthClient()
872 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()