Home
last modified time | relevance | path

Searched refs:GetFrameSubType (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_recv.c375 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()
H A Dwifi.h228 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
H A Drtl871x_security.c1032 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher()
1204 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c952 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()
H A Drtw_xmit.c1255 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()
H A Drtw_security.c1313 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()
1556 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c767 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()
H A Drtw_mlme_ext.c2025 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_recv.c1263 if ((GetFrameSubType(ptr) & WIFI_DATA_NULL) == WIFI_DATA_NULL) { in sta2sta_data_frame()
1285 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in sta2sta_data_frame()
1469 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in ap2sta_data_frame()
1472 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()
1591 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in sta2ap_data_frame()
1595 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()
1676 if(GetFrameSubType(pframe) == WIFI_PSPOLL) in validate_recv_ctrl_frame()
1807 else if(GetFrameSubType(pframe) == WIFI_NDPA) { in validate_recv_ctrl_frame()
1851 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()
1853 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()
[all …]
H A Drtw_xmit.c2254 subtype = GetFrameSubType(pframe); //bit(7)~bit(2) in rtw_mgmt_xmitframe_coalesce()
2277 if(GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()
4676 … type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in dequeue_pending_xmitbuf_under_survey()
4683 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
H A Drtw_beamforming.c270 else if(GetFrameSubType(pframe) != WIFI_NDPA) in beamforming_get_ndpa_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_recv.c1280 if ((GetFrameSubType(ptr) & WIFI_DATA_NULL) == WIFI_DATA_NULL) { in sta2sta_data_frame()
1302 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in sta2sta_data_frame()
1486 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in ap2sta_data_frame()
1489 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()
1608 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in sta2ap_data_frame()
1612 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()
1693 if(GetFrameSubType(pframe) == WIFI_PSPOLL) in validate_recv_ctrl_frame()
1824 else if(GetFrameSubType(pframe) == WIFI_NDPA) { in validate_recv_ctrl_frame()
1868 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()
1870 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()
[all …]
H A Drtw_xmit.c2268 subtype = GetFrameSubType(pframe); //bit(7)~bit(2) in rtw_mgmt_xmitframe_coalesce()
2291 if(GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()
4828 … type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in dequeue_pending_xmitbuf_under_survey()
4835 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_recv.c1233 if ((GetFrameSubType(ptr) & WIFI_DATA_NULL) == WIFI_DATA_NULL) { in sta2sta_data_frame()
1255 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2sta_data_frame()
1418 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { in ap2sta_data_frame()
1421 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()
1539 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2ap_data_frame()
1542 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()
1616 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame()
1730 } else if (GetFrameSubType(pframe) == WIFI_NDPA) { in validate_recv_ctrl_frame()
1770 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()
1772 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()
[all …]
H A Drtw_xmit.c2397 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_mgmt_xmitframe_coalesce()
2418 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()
4960 … type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in dequeue_pending_xmitbuf_under_survey()
4964 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_rxdesc.c157 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo_88e()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dwifi.h176 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c119 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
H A Drtl8723bs_xmit.c534 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/usb/
H A Dusb_ops.c275 subtype = GetFrameSubType(pbuf); //bit(7)~bit(2)
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dwifi.h273 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dwifi.h371 #define GetFrameSubType(pbuf) (cpu_to_le16(*(unsigned short *)(pbuf)) & (BIT(7) | BIT(6) | BIT(5) |… macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dwifi.h361 #define GetFrameSubType(pbuf) (cpu_to_le16(*(unsigned short *)(pbuf)) & (BIT(7) | BIT(6) | BIT(5) |… macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dwifi.h361 #define GetFrameSubType(pbuf) (cpu_to_le16(*(unsigned short *)(pbuf)) & (BIT(7) | BIT(6) | BIT(5) |… macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_intf.c386 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_hal_mgnt_xmit()

123