Searched refs:rtw_ieee80211_channel (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_cmd.h | 245 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; 583 …r *padapter, struct ndis_802_11_ssid *ssid, int ssid_num, struct rtw_ieee80211_channel *ch, int c…
|
H A D | ieee80211.h | 631 struct rtw_ieee80211_channel { struct
|
H A D | rtw_mlme_ext.h | 266 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1196 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; in cfg80211_rtw_scan() 1276 memset(ch, 0, sizeof(struct rtw_ieee80211_channel) * RTW_CHANNEL_SCAN_AMOUNT); in cfg80211_rtw_scan() 1285 memcpy(&ch[i], &ch[0], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan() 1290 memcpy(&ch[j * survey_times + i], &ch[j], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_cmd.c | 527 struct rtw_ieee80211_channel *ch, int ch_num) in rtw_sitesurvey_cmd() 573 memcpy(&psurveyPara->ch[i], &ch[i], sizeof(struct rtw_ieee80211_channel)); in rtw_sitesurvey_cmd()
|
H A D | rtw_mlme_ext.c | 3810 struct rtw_ieee80211_channel *ch; in site_survey() 5463 static int rtw_scan_ch_decision(struct adapter *padapter, struct rtw_ieee80211_channel *out, in rtw_scan_ch_decision() 5464 u32 out_num, struct rtw_ieee80211_channel *in, u32 in_num) in rtw_scan_ch_decision() 5471 memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); in rtw_scan_ch_decision() 5488 memcpy(&out[j], &in[i], sizeof(struct rtw_ieee80211_channel)); in rtw_scan_ch_decision()
|