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