Searched refs:ScanType (Results 1 – 5 of 5) sorted by relevance
423 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() local4290 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 …]
96 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
1900 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local1909 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 …]
352 enum rt_scan_type ScanType; /* Scan type such as passive member
422 RT_SCAN_TYPE ScanType; /* Scan type such as passive or active scan. */ member