Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dhw_features_common.h21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
H A Dhw_features_common.c77 int hw_get_chan(struct hostapd_hw_modes *mode, int freq) in hw_get_chan() function
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dhw_features.c955 channel = hw_get_chan(hapd->iface->current_mode, freq); in hostapd_hw_get_channel()
966 channel = hw_get_chan(mode, freq); in hostapd_hw_get_channel()