Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/ap/
Dhw_features.h15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
26 struct hostapd_hw_modes *mode);
29 struct hostapd_hw_modes *mode);
32 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features()
73 struct hostapd_hw_modes *mode) in hostapd_prepare_rates()
83 struct hostapd_hw_modes *mode) in hostapd_hw_skip_mode()
Dacs.c264 static void acs_cleanup_mode(struct hostapd_hw_modes *mode) in acs_cleanup_mode()
465 static int acs_surveys_are_sufficient_mode(struct hostapd_hw_modes *mode) in acs_surveys_are_sufficient_mode()
484 struct hostapd_hw_modes *mode; in acs_surveys_are_sufficient()
527 struct hostapd_iface *iface, struct hostapd_hw_modes *mode) in acs_survey_mode_interference_factor()
559 struct hostapd_hw_modes *mode; in acs_survey_all_chans_interference_factor()
570 acs_find_chan_mode(struct hostapd_hw_modes *mode, int freq) in acs_find_chan_mode()
593 struct hostapd_hw_modes *mode; in acs_find_chan()
641 struct hostapd_hw_modes *mode, in acs_find_ideal_chan_mode()
833 struct hostapd_hw_modes *mode; in acs_find_ideal_chan()
1019 struct hostapd_hw_modes *mode, in acs_request_scan_add_freqs()
[all …]
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()
212 struct hostapd_hw_modes *mode; in dfs_find_channel()
314 struct hostapd_hw_modes *mode; in dfs_get_start_chan_idx()
403 struct hostapd_hw_modes *mode; in dfs_check_chans_radar()
423 struct hostapd_hw_modes *mode; in dfs_check_chans_available()
452 struct hostapd_hw_modes *mode; in dfs_check_chans_unavailable()
477 struct hostapd_hw_modes *mode; in dfs_get_valid_channel()
570 struct hostapd_hw_modes *mode; in set_dfs_state_freq()
599 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()
373 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_2g4()
418 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_5g()
632 struct hostapd_hw_modes *mode = iface->current_mode; in ieee80211ac_supported_vht_capab()
711 struct hostapd_hw_modes *mode = iface->hw_features; in hostapd_check_edmg_capab()
899 struct hostapd_hw_modes *mode; in hostapd_determine_mode()
1031 struct hostapd_hw_modes *mode = &iface->hw_features[i]; in hostapd_select_hw_mode()
[all …]
Dieee802_11_vht.c26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities()
129 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode, in check_valid_vht_mcs()
227 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_eid_txpower_envelope()
Dap_drv_ops.c555 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq()
629 struct hostapd_hw_modes *
820 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac()
863 struct hostapd_hw_modes *mode, in hostapd_get_hw_mode_any_channels()
915 struct hostapd_hw_modes *mode; in hostapd_drv_do_acs()
Dhostapd.h508 struct hostapd_hw_modes *hw_features;
510 struct hostapd_hw_modes *current_mode;
Dieee802_11_he.c87 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab()
316 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_6ghz_band_cap()
Dwmm.c74 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in wmm_calc_regulatory_limit()
/external/wpa_supplicant_8/src/common/
Dhw_features_common.h15 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode,
19 struct hostapd_hw_modes *hw_features, int num_hw_features);
21 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
23 struct hostapd_hw_modes *hw_features, int num_hw_features);
33 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()
45 struct hostapd_hw_modes *hw_features, int num_hw_features) in hw_get_channel_freq()
56 struct hostapd_hw_modes *curr_mode = &hw_features[j]; in hw_get_channel_freq()
76 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq()
87 struct hostapd_hw_modes *hw_features, int num_hw_features) in hw_get_chan()
358 int check_40mhz_2g4(struct hostapd_hw_modes *mode, in check_40mhz_2g4()
Dieee802_11_common.h21 struct hostapd_hw_modes;
202 int ieee80211_is_dfs(int freq, const struct hostapd_hw_modes *modes,
Ddpp_i.h46 struct hostapd_hw_modes *own_modes, u16 num_modes);
Ddpp.h484 struct hostapd_hw_modes;
490 struct hostapd_hw_modes *own_modes,
/external/wpa_supplicant_8/wpa_supplicant/
Dop_classes.c20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel()
50 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz()
72 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, in verify_80mhz()
109 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_160mhz()
131 static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode, in verify_160mhz()
172 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 op_class, in verify_channel()
226 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;
1041 struct hostapd_hw_modes *modes;
1484 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 op_class,
1610 struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
Drrm.c504 struct hostapd_hw_modes *mode, int active, in wpas_add_channels()
557 struct hostapd_hw_modes *mode, int active) in wpas_op_class_freqs()
590 struct hostapd_hw_modes *mode; in wpas_channel_report_freqs()
646 struct hostapd_hw_modes *mode; in wpas_beacon_request_freqs()
/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()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1422 struct hostapd_hw_modes *modes;
1428 static void phy_info_ht_capa(struct hostapd_hw_modes *mode, struct nlattr *capa, in phy_info_ht_capa()
1450 static void phy_info_vht_capa(struct hostapd_hw_modes *mode, in phy_info_vht_capa()
1465 static int phy_info_edmg_capa(struct hostapd_hw_modes *mode, in phy_info_edmg_capa()
1496 static void phy_info_freq(struct hostapd_hw_modes *mode, in phy_info_freq()
1623 struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_freqs()
1681 static int phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_rates()
1796 static int phy_info_iftype(struct hostapd_hw_modes *mode, in phy_info_iftype()
1823 struct hostapd_hw_modes *mode; in phy_info_band()
1923 static struct hostapd_hw_modes *
[all …]
Ddriver_common.c140 int ht_supported(const struct hostapd_hw_modes *mode) in ht_supported()
158 int vht_supported(const struct hostapd_hw_modes *mode) in vht_supported()
Ddriver.h237 struct hostapd_hw_modes { struct
2737 struct hostapd_hw_modes * (*get_hw_feature_data)(void *priv,
5949 int ht_supported(const struct hostapd_hw_modes *mode);
5950 int vht_supported(const struct hostapd_hw_modes *mode);
Ddriver_nl80211.h269 struct hostapd_hw_modes *
Ddriver_hostap.c1100 static struct hostapd_hw_modes * hostap_get_hw_feature_data(void *priv, in hostap_get_hw_feature_data()
1104 struct hostapd_hw_modes *mode; in hostap_get_hw_feature_data()
1111 mode = os_zalloc(sizeof(struct hostapd_hw_modes)); in hostap_get_hw_feature_data()

12