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_xmit.c1198 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_mgmt_xmitframe_coalesce()
1221 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()
2483 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
H A Drtw_mlme_ext.c453 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()
470 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()
953 frame_type = GetFrameSubType(pframe); in OnAssocReq()
3907 subtype = GetFrameSubType(pframe); in collect_bss_info()
H A Drtw_wlan_util.c1143 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1921 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()