Home
last modified time | relevance | path

Searched refs:GetFrameSubType (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h132 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c832 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()
1037 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
H A Drtw_mlme_ext.c455 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()
473 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()
956 frame_type = GetFrameSubType(pframe); in OnAssocReq()
3926 subtype = GetFrameSubType(pframe); in collect_bss_info()
H A Drtw_wlan_util.c1144 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1923 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()