Searched refs:SetFrameSubType (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/drivers/staging/rtl8188eu/hal/ | 
| D | rtl8188e_cmd.c | 266 	SetFrameSubType(pframe, WIFI_BEACON);  in ConstructBeacon() 345 	SetFrameSubType(pframe, WIFI_PSPOLL);  in ConstructPSPoll() 409 		SetFrameSubType(pframe, WIFI_QOS_DATA_NULL);  in ConstructNullFunctionData() 417 		SetFrameSubType(pframe, WIFI_DATA_NULL);  in ConstructNullFunctionData() 447 	SetFrameSubType(fctrl, WIFI_PROBERSP);  in ConstructProbeRsp()
  | 
| /linux-4.1.27/drivers/staging/rtl8188eu/core/ | 
| D | rtw_mlme_ext.c | 2017 	SetFrameSubType(pframe, WIFI_BEACON);  in issue_beacon() 2159 	SetFrameSubType(fctrl, WIFI_PROBERSP);  in issue_probersp() 2314 	SetFrameSubType(pframe, WIFI_PROBEREQ);  in _issue_probereq() 2437 	SetFrameSubType(pframe, WIFI_AUTH);  in issue_auth() 2584 		SetFrameSubType(pwlanhdr, pkt_type);  in issue_asocrsp() 2705 	SetFrameSubType(pframe, WIFI_ASSOCREQ);  in issue_assocreq() 2917 	SetFrameSubType(pframe, WIFI_DATA_NULL);  in _issue_nulldata() 3043 	SetFrameSubType(pframe, WIFI_QOS_DATA_NULL);  in _issue_qos_nulldata() 3144 	SetFrameSubType(pframe, WIFI_DEAUTH);  in _issue_deauth() 3246 	SetFrameSubType(pframe, WIFI_ACTION);  in issue_action_spct_ch_switch() [all …] 
 | 
| D | rtw_xmit.c | 804 	SetFrameSubType(fctrl, pattrib->subtype);  in rtw_make_wlanhdr()
  | 
| /linux-4.1.27/drivers/staging/rtl8712/ | 
| D | wifi.h | 255 #define SetFrameSubType(pbuf, type) \  macro
  | 
| D | rtl871x_xmit.c | 484 	SetFrameSubType(fctrl, pattrib->subtype);  in make_wlanhdr()
  | 
| /linux-4.1.27/drivers/staging/rtl8188eu/include/ | 
| D | wifi.h | 313 #define SetFrameSubType(pbuf, type) \  macro
  |