Searched refs:ScanType (Results 1 – 5 of 5) sorted by relevance
428 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() local4307 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 …]
101 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
1909 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local1918 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 …]
361 enum rt_scan_type ScanType; /* Scan type such as passive member
436 RT_SCAN_TYPE ScanType; /* Scan type such as passive or active scan. */ member