Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/staging/rtl8723bs/core/
Drtw_recv.c785 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()
865 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2ap_data_frame()
868 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()
913 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame()
1206 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()
1208 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()
1210 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame()
1350 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_80211w_mgmt()
1442 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
Drtw_xmit.c1160 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ in rtw_mgmt_xmitframe_coalesce()
1183 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()
2452 type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); in dequeue_pending_xmitbuf_under_survey()
Drtw_security.c882 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()
1095 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
Drtw_mlme_ext.c456 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()
474 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()
959 frame_type = GetFrameSubType(pframe); in OnAssocReq()
3936 subtype = GetFrameSubType(pframe); in collect_bss_info()
Drtw_wlan_util.c1149 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
/linux-6.14.4/drivers/staging/rtl8723bs/include/
Dwifi.h132 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
/linux-6.14.4/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c461 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
Drtl8723bs_recv.c115 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
/linux-6.14.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1920 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()