Searched refs:ScanType (Results 1 – 5 of 5) sorted by relevance
422 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()424 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()429 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()431 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()433 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()445 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()447 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()4277 RT_SCAN_TYPE ScanType = SCAN_PASSIVE; in site_survey() local4288 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()4297 , ScanType?'A':'P', pmlmeext->sitesurvey_res.scan_mode?'A':'P' in site_survey()[all …]
96 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
1906 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local1915 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()1928 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()2428 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()2434 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()2439 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()2450 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()2458 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()2468 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()2487 if (chplan_new[i].ScanType == SCAN_PASSIVE) { in process_80211d()[all …]
354 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