Searched refs:SCAN_PASSIVE (Results 1 – 6 of 6) sorted by relevance
75 SCAN_PASSIVE, enumerator
528 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()536 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()553 SCAN_PASSIVE; in init_channel_set()4040 enum rt_scan_type ScanType = SCAN_PASSIVE; in rtw_site_survey()4050 SCAN_PASSIVE : SCAN_ACTIVE; in rtw_site_survey()4574 SCAN_PASSIVE; in process_80211d()4594 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4645 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4663 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4695 if (chplan_new[i].ScanType == SCAN_PASSIVE) { in process_80211d()[all …]
78 SCAN_PASSIVE, enumerator
355 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()361 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()3625 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey()3634 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()4149 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4165 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4210 if (chplan_new[i].ScanType == SCAN_PASSIVE) { in process_80211d()5194 if (pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()5208 if (pmlmeext->channel_set[i].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()
761 #define SCAN_PASSIVE BIT(0) macro
347 #define SCAN_PASSIVE BIT(0) macro