Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.h23 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
H A Dhw_features.c1350 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq) in hostapd_hw_get_channel() function
H A Ddrv_callbacks.c1153 channel = hostapd_hw_get_channel(hapd, freq); in hostapd_event_ch_switch()
H A Dhostapd.c4255 params->channel = hostapd_hw_get_channel(hapd, params->freq); in hostapd_change_config_freq()