Home
last modified time | relevance | path

Searched refs:hostapd_hw_modes (Results 1 – 25 of 29) sorted by relevance

12

/external/wpa_supplicant_8/src/common/
Dhw_features_common.h15 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode,
17 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode,
20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
23 int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan,
26 int check_40mhz_5g(struct hostapd_hw_modes *mode,
29 int check_40mhz_2g4(struct hostapd_hw_modes *mode,
Dhw_features_common.c19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, in hw_get_channel_chan()
43 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode, in hw_get_channel_freq()
67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq()
77 int hw_get_chan(struct hostapd_hw_modes *mode, int freq) in hw_get_chan()
87 int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan, in allowed_ht40_channel_pair()
170 int check_40mhz_5g(struct hostapd_hw_modes *mode, in check_40mhz_5g()
267 int check_40mhz_2g4(struct hostapd_hw_modes *mode, in check_40mhz_2g4()
/external/wpa_supplicant_8/src/ap/
Dhw_features.h15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
25 struct hostapd_hw_modes *mode);
29 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features()
65 struct hostapd_hw_modes *mode) in hostapd_prepare_rates()
Ddfs.c126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) in dfs_get_chan_data()
139 static int dfs_chan_range_available(struct hostapd_hw_modes *mode, in dfs_chan_range_available()
186 struct hostapd_hw_modes *mode; in dfs_find_channel()
266 struct hostapd_hw_modes *mode; in dfs_get_start_chan_idx()
355 struct hostapd_hw_modes *mode; in dfs_check_chans_radar()
375 struct hostapd_hw_modes *mode; in dfs_check_chans_available()
404 struct hostapd_hw_modes *mode; in dfs_check_chans_unavailable()
429 struct hostapd_hw_modes *mode; in dfs_get_valid_channel()
474 struct hostapd_hw_modes *mode; in set_dfs_state_freq()
503 struct hostapd_hw_modes *mode; in set_dfs_state()
[all …]
Dhw_features.c28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features()
80 struct hostapd_hw_modes *modes; in hostapd_get_hw_features()
100 struct hostapd_hw_modes *feature = &modes[i]; in hostapd_get_hw_features()
146 struct hostapd_hw_modes *mode) in hostapd_prepare_rates()
340 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_2g4()
385 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_5g()
653 struct hostapd_hw_modes *mode = iface->current_mode; in ieee80211ac_supported_vht_capab()
904 struct hostapd_hw_modes *mode = &iface->hw_features[i]; in hostapd_select_hw_mode()
Dieee802_11_vht.c25 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities()
93 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode, in check_valid_vht_mcs()
Dhostapd.h339 struct hostapd_hw_modes *hw_features;
341 struct hostapd_hw_modes *current_mode;
Dap_drv_ops.c563 struct hostapd_hw_modes *
736 struct hostapd_hw_modes *mode; in hostapd_drv_do_acs()
Dap_drv_ops.h72 struct hostapd_hw_modes *
Dbeacon.c228 struct hostapd_hw_modes *mode; in hostapd_eid_country()
Ddrv_callbacks.c545 struct hostapd_hw_modes *mode = in hostapd_acs_channel_selected()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c910 struct hostapd_hw_modes *modes;
914 static void phy_info_ht_capa(struct hostapd_hw_modes *mode, struct nlattr *capa, in phy_info_ht_capa()
936 static void phy_info_vht_capa(struct hostapd_hw_modes *mode, in phy_info_vht_capa()
951 static void phy_info_freq(struct hostapd_hw_modes *mode, in phy_info_freq()
998 struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_freqs()
1050 static int phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_rates()
1097 struct hostapd_hw_modes *mode; in phy_info_band()
1176 static struct hostapd_hw_modes *
1177 wpa_driver_nl80211_postprocess_modes(struct hostapd_hw_modes *modes, in wpa_driver_nl80211_postprocess_modes()
1181 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode; in wpa_driver_nl80211_postprocess_modes()
[all …]
Ddriver_common.c111 int ht_supported(const struct hostapd_hw_modes *mode) in ht_supported()
129 int vht_supported(const struct hostapd_hw_modes *mode) in vht_supported()
Ddriver.h126 struct hostapd_hw_modes { struct
1933 struct hostapd_hw_modes * (*get_hw_feature_data)(void *priv,
4641 int ht_supported(const struct hostapd_hw_modes *mode);
4642 int vht_supported(const struct hostapd_hw_modes *mode);
Ddriver_nl80211.h227 struct hostapd_hw_modes *
Ddriver_hostap.c1098 static struct hostapd_hw_modes * hostap_get_hw_feature_data(void *priv, in hostap_get_hw_feature_data()
1102 struct hostapd_hw_modes *mode; in hostap_get_hw_feature_data()
1109 mode = os_zalloc(sizeof(struct hostapd_hw_modes)); in hostap_get_hw_feature_data()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.h130 struct hostapd_hw_modes *mode, u8 channel);
132 struct hostapd_hw_modes *mode, u8 channel);
Dwpa_supplicant_i.h36 struct hostapd_hw_modes;
895 struct hostapd_hw_modes *modes;
Dsme.c1293 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, in get_mode()
1312 struct hostapd_hw_modes *mode; in wpa_obss_scan_freqs_list()
1409 struct hostapd_hw_modes *hw_mode = NULL; in sme_sched_obss_scan()
Dbgscan_learn.c353 struct hostapd_hw_modes *modes; in bgscan_learn_get_supp_freqs()
Dscan.c519 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, in get_mode()
539 struct hostapd_hw_modes *mode; in wpa_setband_scan_freqs_list()
Dap.c50 struct hostapd_hw_modes *mode) in wpas_conf_ap_vht()
94 struct hostapd_hw_modes *mode = NULL; in wpa_supplicant_conf_ap_ht()
Dp2p_supplicant.c3069 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, in get_mode()
3089 struct hostapd_hw_modes *mode, u8 chan, int *flags) in has_channel()
3155 struct hostapd_hw_modes *mode, in wpas_p2p_get_center_80mhz()
3178 struct hostapd_hw_modes *mode, in wpas_p2p_verify_80mhz()
3216 struct hostapd_hw_modes *mode, in wpas_p2p_verify_channel()
3247 struct hostapd_hw_modes *mode; in wpas_p2p_setup_channels()
3313 struct hostapd_hw_modes *mode, u8 channel) in wpas_p2p_get_ht40_mode()
3337 struct hostapd_hw_modes *mode, u8 channel) in wpas_p2p_get_vht80_center()
Ddriver_i.h270 static inline struct hostapd_hw_modes *
Dwnm_sta.c722 struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i]; in chan_supported()

12