Searched refs:SetFrameSubType (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 127 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon() 208 SetFrameSubType(pframe, WIFI_PSPOLL); in ConstructPSPoll() 274 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructNullFunctionData() 282 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructNullFunctionData() 796 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructBtNullFunctionData() 804 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructBtNullFunctionData()
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | wifi.h | 118 #define SetFrameSubType(pbuf, type) \ macro
|
D | rtl871x_xmit.c | 503 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 135 #define SetFrameSubType(pbuf, type) \ macro
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2153 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 2303 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp() 2502 SetFrameSubType(pframe, WIFI_PROBEREQ); in _issue_probereq() 2616 SetFrameSubType(pframe, WIFI_AUTH); in issue_auth() 2753 SetFrameSubType(pwlanhdr, pkt_type); in issue_asocrsp() 2879 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq() 3066 SetFrameSubType(pframe, WIFI_DATA_NULL); in _issue_nulldata() 3215 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in _issue_qos_nulldata() 3307 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth() 3402 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_SA_Query() [all …]
|
D | rtw_xmit.c | 872 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
|
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 297 SetFrameSubType(pbuf, WIFI_BEACON); in rtw_cfg80211_inform_bss() 300 SetFrameSubType(pbuf, WIFI_PROBERSP); in rtw_cfg80211_inform_bss()
|