Searched refs:SetFrameSubType (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/staging/rtl8188eu/hal/ | 
| D | rtl8188e_cmd.c | 245 	SetFrameSubType(pframe, WIFI_BEACON);  in ConstructBeacon() 324 	SetFrameSubType(pframe, WIFI_PSPOLL);  in ConstructPSPoll() 388 		SetFrameSubType(pframe, WIFI_QOS_DATA_NULL);  in ConstructNullFunctionData() 396 		SetFrameSubType(pframe, WIFI_DATA_NULL);  in ConstructNullFunctionData() 426 	SetFrameSubType(fctrl, WIFI_PROBERSP);  in ConstructProbeRsp()
  | 
| /linux-4.4.14/drivers/staging/rtl8188eu/core/ | 
| D | rtw_mlme_ext.c | 366 	SetFrameSubType(pframe, WIFI_BEACON);  in issue_beacon() 508 	SetFrameSubType(fctrl, WIFI_PROBERSP);  in issue_probersp() 663 	SetFrameSubType(pframe, WIFI_PROBEREQ);  in _issue_probereq() 789 	SetFrameSubType(pframe, WIFI_AUTH);  in issue_auth() 944 		SetFrameSubType(pwlanhdr, pkt_type);  in issue_asocrsp() 1066 	SetFrameSubType(pframe, WIFI_ASSOCREQ);  in issue_assocreq() 1277 	SetFrameSubType(pframe, WIFI_DATA_NULL);  in _issue_nulldata() 1403 	SetFrameSubType(pframe, WIFI_QOS_DATA_NULL);  in _issue_qos_nulldata() 1504 	SetFrameSubType(pframe, WIFI_DEAUTH);  in _issue_deauth() 1608 	SetFrameSubType(pframe, WIFI_ACTION);  in issue_action_spct_ch_switch() [all …] 
 | 
| D | rtw_xmit.c | 805 	SetFrameSubType(fctrl, pattrib->subtype);  in rtw_make_wlanhdr()
  | 
| /linux-4.4.14/drivers/staging/rtl8712/ | 
| D | wifi.h | 246 #define SetFrameSubType(pbuf, type) \  macro
  | 
| D | rtl871x_xmit.c | 485 	SetFrameSubType(fctrl, pattrib->subtype);  in make_wlanhdr()
  | 
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ | 
| D | wifi.h | 224 #define SetFrameSubType(pbuf, type) \  macro
  |