Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/common/
HDhw_features_common.h18 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan);
HDhw_features_common.c44 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan) in hw_mode_get_channel() function
81 chan_data = hw_mode_get_channel(curr_mode, freq, chan); in hw_get_channel_freq()
/freebsd-head/contrib/wpa/src/ap/
HDhw_features.c1080 if (iface->freq > 0 && !hw_mode_get_channel(mode, iface->freq, &chan)) in skip_mode()
HDhostapd.c1880 !hw_mode_get_channel(mode, iface->freq, NULL)) { in hostapd_no_ir_channel_list_updated()