Home
last modified time | relevance | path

Searched refs:rtw_ieee80211_channel (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/drivers/staging/rtl8723bs/include/
Drtw_cmd.h245 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…
Dieee80211.h628 struct rtw_ieee80211_channel { struct
Drtw_mlme_ext.h266 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
/Linux-v6.1/drivers/staging/r8188eu/include/
Dieee80211.h679 struct rtw_ieee80211_channel { struct
Drtw_cmd.h190 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
Drtw_mlme_ext.h197 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT];
/Linux-v6.1/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1210 struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; in cfg80211_rtw_scan()
1290 memset(ch, 0, sizeof(struct rtw_ieee80211_channel)*RTW_CHANNEL_SCAN_AMOUNT); in cfg80211_rtw_scan()
1299 memcpy(&ch[i], &ch[0], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan()
1304 memcpy(&ch[j*survey_times+i], &ch[j], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_cmd.c527 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()
Drtw_mlme_ext.c3812 struct rtw_ieee80211_channel *ch; in site_survey()
5465 static int rtw_scan_ch_decision(struct adapter *padapter, struct rtw_ieee80211_channel *out, in rtw_scan_ch_decision()
5466 u32 out_num, struct rtw_ieee80211_channel *in, u32 in_num) in rtw_scan_ch_decision()
5473 memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); in rtw_scan_ch_decision()
5490 memcpy(&out[j], &in[i], sizeof(struct rtw_ieee80211_channel)); in rtw_scan_ch_decision()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c5994 struct rtw_ieee80211_channel *ch; in site_survey()
7568 static int rtw_scan_ch_decision(struct adapter *padapter, struct rtw_ieee80211_channel *out, in rtw_scan_ch_decision()
7569 u32 out_num, struct rtw_ieee80211_channel *in, u32 in_num) in rtw_scan_ch_decision()
7576 memset(out, 0, sizeof(struct rtw_ieee80211_channel) * out_num); in rtw_scan_ch_decision()
7584 memcpy(&out[j], &in[i], sizeof(struct rtw_ieee80211_channel)); in rtw_scan_ch_decision()