Home
last modified time | relevance | path

Searched refs:hostapd_hw_modes (Results 1 – 25 of 41) 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()
179 int check_40mhz_5g(struct hostapd_hw_modes *mode, in check_40mhz_5g()
276 int check_40mhz_2g4(struct hostapd_hw_modes *mode, in check_40mhz_2g4()
Dieee802_11_common.h21 struct hostapd_hw_modes;
178 int ieee80211_is_dfs(int freq, const struct hostapd_hw_modes *modes,
Ddpp.h379 struct hostapd_hw_modes;
385 struct hostapd_hw_modes *own_modes,
/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()
198 struct hostapd_hw_modes *mode; in dfs_find_channel()
279 struct hostapd_hw_modes *mode; in dfs_get_start_chan_idx()
368 struct hostapd_hw_modes *mode; in dfs_check_chans_radar()
388 struct hostapd_hw_modes *mode; in dfs_check_chans_available()
417 struct hostapd_hw_modes *mode; in dfs_check_chans_unavailable()
442 struct hostapd_hw_modes *mode; in dfs_get_valid_channel()
487 struct hostapd_hw_modes *mode; in set_dfs_state_freq()
516 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()
103 struct hostapd_hw_modes *feature = &modes[i]; in hostapd_get_hw_features()
149 struct hostapd_hw_modes *mode) in hostapd_prepare_rates()
350 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_2g4()
395 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_5g()
629 struct hostapd_hw_modes *mode = iface->current_mode; in ieee80211ac_supported_vht_capab()
876 struct hostapd_hw_modes *mode = &iface->hw_features[i]; in hostapd_select_hw_mode()
937 struct hostapd_hw_modes *mode; in hostapd_hw_get_channel()
Dieee802_11_vht.c26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities()
126 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode, in check_valid_vht_mcs()
224 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_eid_txpower_envelope()
Dhostapd.h466 struct hostapd_hw_modes *hw_features;
468 struct hostapd_hw_modes *current_mode;
Dap_drv_ops.c605 struct hostapd_hw_modes *
824 struct hostapd_hw_modes *mode, in hostapd_get_hw_mode_any_channels()
864 struct hostapd_hw_modes *mode; in hostapd_drv_do_acs()
Dap_drv_ops.h73 struct hostapd_hw_modes *
/external/wpa_supplicant_8/wpa_supplicant/
Dop_classes.c19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan, in allow_channel()
43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz()
65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel) in verify_80mhz()
100 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_160mhz()
122 static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode, in verify_160mhz()
162 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel, in verify_channel()
216 struct hostapd_hw_modes *mode; in wpas_op_class_supported()
Dp2p_supplicant.h146 struct hostapd_hw_modes *mode, u8 channel);
148 struct hostapd_hw_modes *mode, u8 channel);
150 struct hostapd_hw_modes *mode, u8 channel);
Dwpa_supplicant_i.h37 struct hostapd_hw_modes;
1012 struct hostapd_hw_modes *modes;
1416 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel,
1517 struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
Drrm.c497 struct hostapd_hw_modes *mode, int active, in wpas_add_channels()
549 struct hostapd_hw_modes *mode, int active) in wpas_op_class_freqs()
582 struct hostapd_hw_modes *mode; in wpas_channel_report_freqs()
637 struct hostapd_hw_modes *mode; in wpas_beacon_request_freqs()
Dbgscan_learn.c350 struct hostapd_hw_modes *modes; in bgscan_learn_get_supp_freqs()
Dp2p_supplicant.c3413 struct hostapd_hw_modes *mode, u8 chan, int *flags) in has_channel()
3442 struct hostapd_hw_modes *mode, in wpas_p2p_get_center_80mhz()
3465 struct hostapd_hw_modes *mode, in wpas_p2p_verify_80mhz()
3503 struct hostapd_hw_modes *mode, in wpas_p2p_get_center_160mhz()
3526 struct hostapd_hw_modes *mode, in wpas_p2p_verify_160mhz()
3572 struct hostapd_hw_modes *mode, in wpas_p2p_verify_channel()
3605 struct hostapd_hw_modes *mode; in wpas_p2p_setup_channels()
3674 struct hostapd_hw_modes *mode, u8 channel) in wpas_p2p_get_ht40_mode()
3701 struct hostapd_hw_modes *mode, u8 channel) in wpas_p2p_get_vht80_center()
3711 struct hostapd_hw_modes *mode, u8 channel) in wpas_p2p_get_vht160_center()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1395 struct hostapd_hw_modes *modes;
1401 static void phy_info_ht_capa(struct hostapd_hw_modes *mode, struct nlattr *capa, in phy_info_ht_capa()
1423 static void phy_info_vht_capa(struct hostapd_hw_modes *mode, in phy_info_vht_capa()
1438 static void phy_info_freq(struct hostapd_hw_modes *mode, in phy_info_freq()
1499 struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_freqs()
1557 static int phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_rates()
1604 struct hostapd_hw_modes *mode; in phy_info_band()
1686 static struct hostapd_hw_modes *
1687 wpa_driver_nl80211_postprocess_modes(struct hostapd_hw_modes *modes, in wpa_driver_nl80211_postprocess_modes()
1691 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode; in wpa_driver_nl80211_postprocess_modes()
[all …]
Ddriver_common.c137 int ht_supported(const struct hostapd_hw_modes *mode) in ht_supported()
155 int vht_supported(const struct hostapd_hw_modes *mode) in vht_supported()
Ddriver.h190 struct hostapd_hw_modes { struct
2509 struct hostapd_hw_modes * (*get_hw_feature_data)(void *priv,
5614 int ht_supported(const struct hostapd_hw_modes *mode);
5615 int vht_supported(const struct hostapd_hw_modes *mode);
Ddriver_nl80211.h267 struct hostapd_hw_modes *
Ddriver_hostap.c1096 static struct hostapd_hw_modes * hostap_get_hw_feature_data(void *priv, in hostap_get_hw_feature_data()
1100 struct hostapd_hw_modes *mode; in hostap_get_hw_feature_data()
1107 mode = os_zalloc(sizeof(struct hostapd_hw_modes)); in hostap_get_hw_feature_data()
/external/wpa_supplicant_8/src/fst/
Dfst.h39 struct hostapd_hw_modes;
76 int (*get_hw_modes)(void *ctx, struct hostapd_hw_modes **modes);
Dfst_iface.h82 struct hostapd_hw_modes **modes) in fst_iface_get_hw_modes()
Dfst_group.c107 struct hostapd_hw_modes *modes; in fst_fill_iface_mb_ies()

12