Searched refs:SCAN_PASSIVE (Results 1 – 7 of 7) sorted by relevance
92 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
61 SCAN_PASSIVE, enumerator
85 SCAN_PASSIVE, enumerator
361 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()367 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()3805 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey()3817 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()4329 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4347 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4384 if (chplan_new[i].ScanType == SCAN_PASSIVE) in process_80211d()5492 if (pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()5515 if (pmlmeext->channel_set[i].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()
747 #define SCAN_PASSIVE BIT(0) macro
318 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()324 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()5971 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey()5998 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()6557 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()6573 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()6618 if (chplan_new[i].ScanType == SCAN_PASSIVE) in process_80211d()7586 if (pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()7600 if (pmlmeext->channel_set[i].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()
334 #define SCAN_PASSIVE BIT(0) macro