Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c428 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
430 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
435 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
437 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
439 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
451 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
453 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
4296 RT_SCAN_TYPE ScanType = SCAN_PASSIVE; in site_survey() local
4307 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
4316 , ScanType?'A':'P', pmlmeext->sitesurvey_res.scan_mode?'A':'P' in site_survey()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c101 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1909 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local
1918 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
1931 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()
2434 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2440 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
2445 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2456 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
2464 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2474 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()
2487 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h361 enum rt_scan_type ScanType; /* Scan type such as passive member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h436 RT_SCAN_TYPE ScanType; /* Scan type such as passive or active scan. */ member