Searched refs:IEEE80211_SCAN_NOSSID (Results 1 – 2 of 2) sorted by relevance
210 if ((flags & IEEE80211_SCAN_NOSSID) == 0) in ieee80211_swscan_start_scan_locked()297 if ((flags & IEEE80211_SCAN_NOSSID) == 0) { in ieee80211_swscan_check_scan()303 flags |= IEEE80211_SCAN_NOSSID; in ieee80211_swscan_check_scan()
156 #define IEEE80211_SCAN_NOSSID 0x80000000 /* don't update ssid list */ macro