Home
last modified time | relevance | path

Searched refs:chan_is_6ghz (Results 1 – 1 of 1) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dop_classes.c28 bool chan_is_6ghz; in allow_channel() local
30 chan_is_6ghz = mode->channels[i].freq >= 5935 && in allow_channel()
32 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel()