Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1197 u8 survey_times = 3; in cfg80211_rtw_scan() local
1289 for (i = 0; i < survey_times; i++) in cfg80211_rtw_scan()
1290 memcpy(&ch[j * survey_times + i], &ch[j], sizeof(struct rtw_ieee80211_channel)); in cfg80211_rtw_scan()
1291 …_status = rtw_sitesurvey_cmd(padapter, ssid, RTW_SSID_SCAN_AMOUNT, ch, survey_times * request->n_c… in cfg80211_rtw_scan()