Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dop_classes.c20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() function
101 if (allow_channel(mode, op_class, adj_chan, &flags) == in verify_80mhz()
170 if (allow_channel(mode, op_class, adj_chan, &flags) == in verify_160mhz()
234 if (allow_channel(mode, op_class, adj_chan, &flags) == in verify_320mhz()
258 res2 = res = allow_channel(mode, op_class, channel, &flag); in verify_channel()
262 res2 = allow_channel(mode, op_class, channel - 4, NULL); in verify_channel()
266 res2 = allow_channel(mode, op_class, channel + 4, NULL); in verify_channel()
269 res2 = allow_channel(mode, op_class, channel - 4, NULL); in verify_channel()
271 res2 = allow_channel(mode, op_class, channel + 4, NULL); in verify_channel()