Searched refs:GetFrameSubType (Results 1 – 5 of 5) sorted by relevance
132 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
1198 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()
453 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()
1143 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
1921 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()