Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c423 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
425 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
430 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
432 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
434 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
446 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
448 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
4278 RT_SCAN_TYPE ScanType = SCAN_PASSIVE; in site_survey() local
4290 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
4299 , ScanType?'A':'P', pmlmeext->sitesurvey_res.scan_mode?'A':'P' in site_survey()
[all …]
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c96 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1900 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local
1909 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
1922 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()
2422 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2428 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
2433 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2444 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
2452 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2462 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()
2481 if (chplan_new[i].ScanType == SCAN_PASSIVE) { in process_80211d()
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h352 enum rt_scan_type ScanType; /* Scan type such as passive member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h422 RT_SCAN_TYPE ScanType; /* Scan type such as passive or active scan. */ member