Searched refs:SCAN_PASSIVE (Results 1 – 5 of 5) sorted by relevance
92 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
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()3803 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey()3815 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()4327 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4345 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()4382 if (chplan_new[i].ScanType == SCAN_PASSIVE) in process_80211d()5490 if (pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()5513 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