Searched defs:scanning (Results 1 - 2 of 2) sorted by relevance

/net/mac80211/
H A Diface.c105 bool working, scanning, active; local
117 scanning = test_bit(SCAN_SW_SCANNING, &local->scanning) ||
118 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning);
120 if (working || scanning)
132 if (working || scanning || active)
1155 if (local->scanning)
H A Dieee80211_i.h997 * @SCAN_SW_SCANNING: We're currently in the process of scanning but may as
999 * @SCAN_HW_SCANNING: The hardware is scanning for us, we have no way to
1023 * determines if we should keep on scanning or switch back to the
1181 unsigned long scanning; member in struct:ieee80211_local
1674 WARN(test_bit(SCAN_HW_SCANNING, &local->scanning),

Completed in 181 milliseconds