Searched refs:GetFrameSubType (Results 1 – 18 of 18) sorted by relevance
393 if ((GetFrameSubType(ptr)) == WIFI_DATA_NULL) in ap2sta_data_frame()398 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == in ap2sta_data_frame()400 if (GetFrameSubType(ptr) & (BIT(4) | BIT(5) | BIT(6))) in ap2sta_data_frame()575 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/ in r8712_validate_recv_frame()
240 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
1052 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher()1225 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
781 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()840 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2ap_data_frame()843 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()883 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame()1014 if (GetFrameSubType(precv_frame->pkt->data) == WIFI_BEACON) { in validate_recv_mgnt_frame()1016 } else if (GetFrameSubType(precv_frame->pkt->data) == WIFI_PROBEREQ) { in validate_recv_mgnt_frame()1018 } else if (GetFrameSubType(precv_frame->pkt->data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame()1181 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
2034 subtype = GetFrameSubType(pframe); in collect_bss_info()2930 frame_type = GetFrameSubType(pframe); in OnAssocReq()4112 (unsigned int)GetFrameSubType(pframe))); in mgt_dispatcher()4128 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()4150 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()
1102 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()
875 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
954 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in ap2sta_data_frame()957 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()1057 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in sta2ap_data_frame()1061 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()1109 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame()1239 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()1241 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()1243 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame()1407 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_80211w_mgmt()1522 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
1375 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_mgmt_xmitframe_coalesce()1399 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()2950 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
1347 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()1598 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
540 GetFrameType(pframe), GetFrameSubType(pframe))); in mgt_dispatcher()555 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()575 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()1206 frame_type = GetFrameSubType(pframe); in OnAssocReq()4453 subtype = GetFrameSubType(pframe); in collect_bss_info()
1329 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
157 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo_88e()
208 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
121 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
541 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
273 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
2421 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()