Home
last modified time | relevance | path

Searched refs:bands_counted (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dscan.c718 u8 bands_counted = 0; in __ieee80211_start_scan() local
721 if (bands_counted & BIT(req->channels[i]->band)) in __ieee80211_start_scan()
723 bands_counted |= BIT(req->channels[i]->band); in __ieee80211_start_scan()
/kernel/linux/linux-6.6/net/mac80211/
H A Dscan.c712 u8 bands_counted = 0; in __ieee80211_start_scan() local
715 if (bands_counted & BIT(req->channels[i]->band)) in __ieee80211_start_scan()
717 bands_counted |= BIT(req->channels[i]->band); in __ieee80211_start_scan()

Completed in 4 milliseconds