| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| D | rtl871x_recv.c | 379 if ((GetFrameSubType(ptr)) == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC)) in ap2sta_data_frame() 384 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == in ap2sta_data_frame() 386 if (GetFrameSubType(ptr) & (BIT(4) | BIT(5) | BIT(6))) in ap2sta_data_frame() 560 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/ in r8712_validate_recv_frame()
|
| D | wifi.h | 114 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
|
| D | rtl871x_security.c | 1031 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher() 1203 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| D | rtl871x_recv.c | 375 if ((GetFrameSubType(ptr)) == WIFI_DATA_NULL) in ap2sta_data_frame() 380 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == in ap2sta_data_frame() 382 if (GetFrameSubType(ptr) & (BIT(4) | BIT(5) | BIT(6))) in ap2sta_data_frame() 557 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/ in r8712_validate_recv_frame()
|
| D | wifi.h | 228 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
|
| D | rtl871x_security.c | 1032 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher() 1204 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
| D | rtw_recv.c | 786 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame() 866 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2ap_data_frame() 869 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame() 914 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame() 1207 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame() 1209 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame() 1211 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame() 1351 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_80211w_mgmt() 1443 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
|
| D | rtw_xmit.c | 1161 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_mgmt_xmitframe_coalesce() 1184 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce() 2451 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
|
| D | rtw_security.c | 883 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() 1096 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
|
| D | rtw_mlme_ext.c | 457 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher() 475 switch (GetFrameSubType(pframe)) { in mgt_dispatcher() 960 frame_type = GetFrameSubType(pframe); in OnAssocReq() 3937 subtype = GetFrameSubType(pframe); in collect_bss_info()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
| D | rtw_recv.c | 952 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in ap2sta_data_frame() 955 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame() 1055 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in sta2ap_data_frame() 1059 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame() 1107 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame() 1237 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame() 1239 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame() 1241 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame() 1403 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_80211w_mgmt() 1517 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
|
| D | rtw_xmit.c | 1255 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_mgmt_xmitframe_coalesce() 1279 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce() 2665 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
|
| D | rtw_security.c | 1313 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() 1556 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
|
| D | rtw_mlme_ext.c | 531 GetFrameType(pframe), GetFrameSubType(pframe))); in mgt_dispatcher() 546 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher() 566 switch (GetFrameSubType(pframe)) { in mgt_dispatcher() 1195 frame_type = GetFrameSubType(pframe); in OnAssocReq() 4438 subtype = GetFrameSubType(pframe); in collect_bss_info()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
| D | rtw_recv.c | 767 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame() 826 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2ap_data_frame() 829 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame() 869 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame() 1000 if (GetFrameSubType(precv_frame->pkt->data) == WIFI_BEACON) { in validate_recv_mgnt_frame() 1002 } else if (GetFrameSubType(precv_frame->pkt->data) == WIFI_PROBEREQ) { in validate_recv_mgnt_frame() 1004 } else if (GetFrameSubType(precv_frame->pkt->data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame() 1167 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
|
| D | rtw_mlme_ext.c | 2025 subtype = GetFrameSubType(pframe); in collect_bss_info() 2909 frame_type = GetFrameSubType(pframe); in OnAssocReq() 4085 (unsigned int)GetFrameSubType(pframe))); in mgt_dispatcher() 4101 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher() 4123 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()
|
| D | rtw_wlan_util.c | 821 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
| D | rtl8188e_rxdesc.c | 157 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo_88e()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
| D | wifi.h | 176 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723bs_xmit.c | 464 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
|
| D | rtl8723bs_recv.c | 116 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
| D | wifi.h | 151 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723bs_recv.c | 119 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
|
| D | rtl8723bs_xmit.c | 534 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
| D | wifi.h | 273 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
|