Searched refs:SetFrameSubType (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_cmd.c | 128 SetFrameSubType(pframe, WIFI_BEACON); in ConstructBeacon() 209 SetFrameSubType(pframe, WIFI_PSPOLL); in ConstructPSPoll() 275 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructNullFunctionData() 283 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructNullFunctionData() 797 SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); in ConstructBtNullFunctionData() 805 SetFrameSubType(pframe, WIFI_DATA_NULL); in ConstructBtNullFunctionData()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | wifi.h | 118 #define SetFrameSubType(pbuf, type) \ macro
|
H A D | rtl871x_xmit.c | 506 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 2154 SetFrameSubType(pframe, WIFI_BEACON); in issue_beacon() 2304 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp() 2503 SetFrameSubType(pframe, WIFI_PROBEREQ); in _issue_probereq() 2617 SetFrameSubType(pframe, WIFI_AUTH); in issue_auth() 2754 SetFrameSubType(pwlanhdr, pkt_type); in issue_asocrsp() 2880 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq() 3067 SetFrameSubType(pframe, WIFI_DATA_NULL); in _issue_nulldata() 3308 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth() 3403 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_SA_Query() 3477 SetFrameSubType(pframe, WIFI_ACTION); in issue_action_BA() [all …]
|
H A D | rtw_xmit.c | 873 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | wifi.h | 154 #define SetFrameSubType(pbuf, type) \ macro
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 298 SetFrameSubType(pbuf, WIFI_BEACON); in rtw_cfg80211_inform_bss() 301 SetFrameSubType(pbuf, WIFI_PROBERSP); in rtw_cfg80211_inform_bss()
|