Searched refs:chan_bw_allowed (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | hw_features_common.h | 57 int chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw,
|
H A D | hw_features_common.c | 926 int chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw, in chan_bw_allowed() function
|
/freebsd/contrib/wpa/src/ap/ |
H A D | acs.c | 880 if (!chan_bw_allowed(chan, bw, secondary_channel != -1, 1)) { in acs_find_ideal_chan_mode() 944 if (!chan_bw_allowed(adj_chan, bw, 1, 0)) { in acs_find_ideal_chan_mode()
|
H A D | dfs.c | 207 if (!chan_bw_allowed(chan, bw, 1, !i)) { in dfs_chan_range_available()
|