Searched refs:rtw_ieee80211_channel (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 124 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; 301 int ssid_num, struct rtw_ieee80211_channel *ch,
|
D | ieee80211.h | 655 struct rtw_ieee80211_channel { struct
|
D | rtw_mlme_ext.h | 253 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 277 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; 831 …r *padapter, struct ndis_802_11_ssid *ssid, int ssid_num, struct rtw_ieee80211_channel *ch, int c…
|
D | ieee80211.h | 1023 struct rtw_ieee80211_channel { struct
|
D | rtw_mlme_ext.h | 336 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 235 struct rtw_ieee80211_channel *ch, int ch_num) in rtw_sitesurvey_cmd() 283 memcpy(&psurveyPara->ch[i], &ch[i], sizeof(struct rtw_ieee80211_channel)); in rtw_sitesurvey_cmd()
|
D | rtw_mlme_ext.c | 1913 struct rtw_ieee80211_channel *ch; in site_survey() 5097 struct rtw_ieee80211_channel *out, in rtw_scan_ch_decision() 5099 struct rtw_ieee80211_channel *in, u32 in_num) in rtw_scan_ch_decision() 5106 memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); in rtw_scan_ch_decision()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 1519 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; in cfg80211_rtw_scan() 1620 memset(ch, 0, sizeof(struct rtw_ieee80211_channel)*RTW_CHANNEL_SCAN_AMOUNT); in cfg80211_rtw_scan() 1632 memcpy(&ch[i], &ch[0], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan() 1638 memcpy(&ch[j*survey_times+i], &ch[j], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 596 struct rtw_ieee80211_channel *ch, int ch_num) in rtw_sitesurvey_cmd() 646 memcpy(&psurveyPara->ch[i], &ch[i], sizeof(struct rtw_ieee80211_channel)); in rtw_sitesurvey_cmd()
|
D | rtw_mlme_ext.c | 4303 struct rtw_ieee80211_channel *ch; in site_survey() 6346 static int rtw_scan_ch_decision(struct adapter *padapter, struct rtw_ieee80211_channel *out, in rtw_scan_ch_decision() 6347 u32 out_num, struct rtw_ieee80211_channel *in, u32 in_num) in rtw_scan_ch_decision() 6354 memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); in rtw_scan_ch_decision() 6373 memcpy(&out[j], &in[i], sizeof(struct rtw_ieee80211_channel)); in rtw_scan_ch_decision()
|