Searched refs:rtw_ieee80211_channel (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 137 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; 340 int ssid_num, struct rtw_ieee80211_channel *ch,
|
D | rtw_mlme_ext.h | 264 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
|
D | ieee80211.h | 1022 struct rtw_ieee80211_channel { struct
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_cmd.h | 190 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; 680 …pter *padapter, struct cfg80211_ssid *ssid, int ssid_num, struct rtw_ieee80211_channel *ch, int c…
|
D | ieee80211.h | 268 struct rtw_ieee80211_channel { struct
|
D | rtw_mlme_ext.h | 281 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_cmd.c | 322 struct rtw_ieee80211_channel *ch, int ch_num) in rtw_sitesurvey_cmd23a() 375 sizeof(struct rtw_ieee80211_channel)); in rtw_sitesurvey_cmd23a()
|
D | rtw_mlme_ext.c | 4033 struct rtw_ieee80211_channel *ch; in rtw_site_survey() 5695 struct rtw_ieee80211_channel *out, u32 out_num, in rtw_scan_ch_decision() 5696 const struct rtw_ieee80211_channel *in, u32 in_num) in rtw_scan_ch_decision() 5704 memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); in rtw_scan_ch_decision() 5714 sizeof(struct rtw_ieee80211_channel)); in rtw_scan_ch_decision() 5742 sizeof(struct rtw_ieee80211_channel)); in rtw_scan_ch_decision() 5751 sizeof(struct rtw_ieee80211_channel)); in rtw_scan_ch_decision()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 267 struct rtw_ieee80211_channel *ch, int ch_num) in rtw_sitesurvey_cmd() 315 memcpy(&psurveyPara->ch[i], &ch[i], sizeof(struct rtw_ieee80211_channel)); in rtw_sitesurvey_cmd()
|
D | rtw_mlme_ext.c | 2008 struct rtw_ieee80211_channel *ch; in site_survey() 5220 static int rtw_scan_ch_decision(struct adapter *padapter, struct rtw_ieee80211_channel *out, in rtw_scan_ch_decision() 5221 u32 out_num, struct rtw_ieee80211_channel *in, u32 in_num) in rtw_scan_ch_decision() 5228 memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); in rtw_scan_ch_decision()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1345 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; in cfg80211_rtw_scan() 1403 sizeof(struct rtw_ieee80211_channel) * RTW_CHANNEL_SCAN_AMOUNT); in cfg80211_rtw_scan() 1418 memcpy(&ch[1], &ch[0], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan() 1419 memcpy(&ch[2], &ch[0], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan()
|