Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Docv.c26 oci->freq = ieee80211_chan_to_freq(NULL, oci->op_class, oci->channel); in ocv_derive_all_parameters()
Dhw_features_common.c535 freq1 = ieee80211_chan_to_freq(NULL, opclass, in hostapd_set_freq_params()
551 freq2 = ieee80211_chan_to_freq(NULL, 131, in hostapd_set_freq_params()
Dieee802_11_common.h244 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan);
Ddpp_auth.c746 neg_freq = ieee80211_chan_to_freq(NULL, channel[0], channel[1]); in dpp_auth_req_rx()
Dieee802_11_common.c2005 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) in ieee80211_chan_to_freq() function
Ddpp.c229 freq = ieee80211_chan_to_freq(NULL, opclass, channel); in dpp_parse_uri_chan_list()
/hostap-latest/src/p2p/
Dp2p_utils.c59 return ieee80211_chan_to_freq(NULL, op_class, channel); in p2p_channel_to_freq()
/hostap-latest/wpa_supplicant/
Dmbo.c35 if (ieee80211_chan_to_freq(NULL, oper_class, chan) == -1) in wpas_mbo_validate_non_pref_chan()
Drrm.c484 freqs[i] = ieee80211_chan_to_freq(NULL, op_class, primary_chan); in wpas_add_channel()
Dwnm_sta.c562 freq = ieee80211_chan_to_freq(country, op_class, chan); in wnm_nei_get_chan()
Dp2p_supplicant.c3705 freq = ieee80211_chan_to_freq(NULL, op_class, chan); in has_channel()
9824 freq1 = ieee80211_chan_to_freq( in wpas_p2p_move_go_csa()
9829 freq2 = ieee80211_chan_to_freq( in wpas_p2p_move_go_csa()
/hostap-latest/src/ap/
Dbeacon.c2036 !is_6ghz_psc_frequency(ieee80211_chan_to_freq( in hostapd_gen_fils_discovery()
Dhostapd.c2088 freq = ieee80211_chan_to_freq(NULL, iface->conf->op_class, in configured_fixed_chan_to_freq()