Searched refs:ScanType (Results 1 – 4 of 4) sorted by relevance
525 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()528 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()534 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()536 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()538 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()552 c_set[ch_size].ScanType = in init_channel_set()555 c_set[ch_size].ScanType = in init_channel_set()4040 enum rt_scan_type ScanType = SCAN_PASSIVE; in rtw_site_survey() local4049 ScanType = (ch->flags & IEEE80211_CHAN_NO_IR) ? in rtw_site_survey()4062 if (ScanType == SCAN_ACTIVE) /* obey the channel plan setting... */ in rtw_site_survey()[all …]
353 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()355 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()359 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()361 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()363 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()3625 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local3634 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()3648 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()4143 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()4149 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()[all …]
366 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member
361 enum rt_scan_type ScanType; /* Scan type such as passive member