Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dop_classes.c28 bool chan_is_6ghz; in allow_channel() local
30 chan_is_6ghz = is_6ghz_freq(mode->channels[i].freq); in allow_channel()
31 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel()