Searched refs:SCAN_PASSIVE (Results 1 – 5 of 5) sorted by relevance
77 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
57 SCAN_PASSIVE, enumerator
350 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()356 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()3792 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey()3804 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()4316 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4333 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4370 if (chplan_new[i].ScanType == SCAN_PASSIVE) in process_80211d()5463 if (pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()5486 if (pmlmeext->channel_set[i].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()
747 #define SCAN_PASSIVE BIT(0) macro
334 #define SCAN_PASSIVE BIT(0) macro