Searched refs:ScanType (Results 1 – 4 of 4) sorted by relevance
524 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()527 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()533 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()535 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()537 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()551 c_set[ch_size].ScanType = in init_channel_set()554 c_set[ch_size].ScanType = in init_channel_set()4030 enum rt_scan_type ScanType = SCAN_PASSIVE; in rtw_site_survey() local4039 ScanType = (ch->flags & IEEE80211_CHAN_NO_IR) ? in rtw_site_survey()4052 if (ScanType == SCAN_ACTIVE) /* obey the channel plan setting... */ in rtw_site_survey()[all …]
2004 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local2013 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()2027 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()2526 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()2532 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()2537 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()2548 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()2556 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()2566 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()2579 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()[all …]
366 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member
369 enum rt_scan_type ScanType; /* Scan type such as passive member