Searched refs:GetFrameSubType (Results 1 – 19 of 19) sorted by relevance
377 if ((GetFrameSubType(ptr)) == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC)) in ap2sta_data_frame()382 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == in ap2sta_data_frame()384 if (GetFrameSubType(ptr) & (BIT(4) | BIT(5) | BIT(6))) in ap2sta_data_frame()559 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/ in r8712_validate_recv_frame()
114 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
1032 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher()1204 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
790 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()870 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2ap_data_frame()873 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()917 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame()1208 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()1210 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()1212 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame()1352 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_80211w_mgmt()1446 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
1153 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_mgmt_xmitframe_coalesce()1176 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()2443 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
883 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()1096 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
461 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()479 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()968 frame_type = GetFrameSubType(pframe); in OnAssocReq()3971 subtype = GetFrameSubType(pframe); in collect_bss_info()
1192 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
782 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()856 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in sta2ap_data_frame()860 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()900 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame()1021 if (GetFrameSubType(precv_frame->rx_data) == WIFI_BEACON) { in validate_recv_mgnt_frame()1023 } else if (GetFrameSubType(precv_frame->rx_data) == WIFI_PROBEREQ) { in validate_recv_mgnt_frame()1025 } else if (GetFrameSubType(precv_frame->rx_data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame()1178 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
1041 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()1237 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
916 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
827 frame_type = GetFrameSubType(pframe); in process_assoc_req_p2p_ie()
429 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()447 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()1003 frame_type = GetFrameSubType(pframe); in OnAssocReq()6461 subtype = GetFrameSubType(pframe); in collect_bss_info()
153 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo_88e()
117 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
469 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
151 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
302 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
2081 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()