Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8712/
Drtl871x_recv.c377 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()
558 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/ in r8712_validate_recv_frame()
Dwifi.h114 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & \ macro
Drtl871x_security.c1031 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher()
1203 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c794 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()
874 if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) in sta2ap_data_frame()
877 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()
921 if (GetFrameSubType(pframe) == WIFI_PSPOLL) { in validate_recv_ctrl_frame()
1212 if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) in validate_recv_mgnt_frame()
1214 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) in validate_recv_mgnt_frame()
1216 else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { in validate_recv_mgnt_frame()
1356 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_80211w_mgmt()
1450 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
Drtw_xmit.c1161 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()
Drtw_security.c883 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()
1096 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
Drtw_mlme_ext.c459 index = GetFrameSubType(pframe) >> 4; in mgt_dispatcher()
477 switch (GetFrameSubType(pframe)) { in mgt_dispatcher()
962 frame_type = GetFrameSubType(pframe); in OnAssocReq()
3939 subtype = GetFrameSubType(pframe); in collect_bss_info()
Drtw_wlan_util.c1192 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c116 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
Drtl8723bs_xmit.c464 if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ in rtl8723bs_mgnt_xmit()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dwifi.h180 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dwifi.h151 #define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ macro
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_security.c974 uint frsubtype = GetFrameSubType(pframe); in aes_cipher()
1168 uint frsubtype = GetFrameSubType(pframe); in aes_decipher()
Drtw_recv.c700 if (GetFrameSubType(ptr) & BIT(6)) { in ap2sta_data_frame()
773 if (GetFrameSubType(ptr) & BIT(6)) { in sta2ap_data_frame()
Drtw_wlan_util.c923 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
Drtw_p2p.c810 frame_type = GetFrameSubType(pframe); in process_assoc_req_p2p_ie()
Drtw_mlme_ext.c889 frame_type = GetFrameSubType(pframe); in OnAssocReq()
5878 subtype = GetFrameSubType(pframe); in collect_bss_info()
/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2047 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()