/external/wpa_supplicant_8/src/ap/ |
D | hw_features.h | 15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, 27 struct hostapd_hw_modes *mode); 30 struct hostapd_hw_modes *mode); 33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() 74 struct hostapd_hw_modes *mode) in hostapd_prepare_rates() 84 struct hostapd_hw_modes *mode) in hostapd_hw_skip_mode()
|
D | acs.c | 264 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 …]
|
D | dfs.c | 126 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 …]
|
D | hw_features.c | 28 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() 390 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_2g4() 435 struct hostapd_hw_modes *mode; in ieee80211n_scan_channels_5g() 649 struct hostapd_hw_modes *mode = iface->current_mode; in ieee80211ac_supported_vht_capab() 728 struct hostapd_hw_modes *mode = iface->hw_features; in hostapd_check_edmg_capab() 961 struct hostapd_hw_modes *mode; in hostapd_determine_mode() 1093 struct hostapd_hw_modes *mode = &iface->hw_features[i]; in hostapd_select_hw_mode() [all …]
|
D | ieee802_11_vht.c | 26 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()
|
D | ap_drv_ops.c | 555 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()
|
D | ieee802_11_he.c | 87 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab() 322 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_6ghz_band_cap()
|
D | hostapd.h | 510 struct hostapd_hw_modes *hw_features; 512 struct hostapd_hw_modes *current_mode;
|
/external/wpa_supplicant_8/src/common/ |
D | hw_features_common.h | 15 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, 18 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan); 22 struct hostapd_hw_modes *hw_features, int num_hw_features); 24 int hw_get_freq(struct hostapd_hw_modes *mode, int chan); 26 struct hostapd_hw_modes *hw_features, int num_hw_features); 36 int check_40mhz_2g4(struct hostapd_hw_modes *mode,
|
D | hw_features_common.c | 19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, in hw_get_channel_chan() 44 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan) in hw_mode_get_channel() 64 struct hostapd_hw_modes *hw_features, int num_hw_features) in hw_get_channel_freq() 76 struct hostapd_hw_modes *curr_mode = &hw_features[i]; in hw_get_channel_freq() 90 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq() 101 struct hostapd_hw_modes *hw_features, int num_hw_features) in hw_get_chan() 372 int check_40mhz_2g4(struct hostapd_hw_modes *mode, in check_40mhz_2g4()
|
D | ieee802_11_common.h | 21 struct hostapd_hw_modes; 219 int ieee80211_is_dfs(int freq, const struct hostapd_hw_modes *modes,
|
D | dpp_i.h | 46 struct hostapd_hw_modes *own_modes, u16 num_modes);
|
D | dpp.h | 522 struct hostapd_hw_modes; 528 struct hostapd_hw_modes *own_modes,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | op_classes.c | 20 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() 123 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_160mhz() 145 static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode, in verify_160mhz() 199 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 op_class, in verify_channel() 254 struct hostapd_hw_modes *mode; in wpas_op_class_supported()
|
D | p2p_supplicant.h | 146 struct hostapd_hw_modes *mode, u8 channel); 148 struct hostapd_hw_modes *mode, u8 channel); 150 struct hostapd_hw_modes *mode, u8 channel);
|
D | wpa_supplicant_i.h | 39 struct hostapd_hw_modes; 1118 struct hostapd_hw_modes *modes; 1582 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 op_class, 1711 struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
|
D | rrm.c | 504 struct hostapd_hw_modes *mode, int active, in wpas_add_channels() 557 struct hostapd_hw_modes *mode, int active) in wpas_op_class_freqs() 599 struct hostapd_hw_modes *mode; in wpas_channel_report_freqs() 655 struct hostapd_hw_modes *mode; in wpas_beacon_request_freqs()
|
D | ap.c | 48 static bool is_chanwidth160_supported(struct hostapd_hw_modes *mode, in is_chanwidth160_supported() 73 struct hostapd_hw_modes *mode) in wpas_conf_ap_vht() 164 static struct hostapd_hw_modes * 168 struct hostapd_hw_modes *mode = NULL; in wpa_supplicant_find_hw_mode() 202 struct hostapd_hw_modes *mode = NULL; in wpa_supplicant_conf_ap_ht()
|
/external/wpa_supplicant_8/src/fst/ |
D | fst.h | 39 struct hostapd_hw_modes; 76 int (*get_hw_modes)(void *ctx, struct hostapd_hw_modes **modes);
|
D | fst_iface.h | 82 struct hostapd_hw_modes **modes) in fst_iface_get_hw_modes()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_capa.c | 1472 struct hostapd_hw_modes *modes; 1478 static void phy_info_ht_capa(struct hostapd_hw_modes *mode, struct nlattr *capa, in phy_info_ht_capa() 1500 static void phy_info_vht_capa(struct hostapd_hw_modes *mode, in phy_info_vht_capa() 1515 static int phy_info_edmg_capa(struct hostapd_hw_modes *mode, in phy_info_edmg_capa() 1546 static void phy_info_freq(struct hostapd_hw_modes *mode, in phy_info_freq() 1673 struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_freqs() 1731 static int phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_rates() 1853 static int phy_info_iftype(struct hostapd_hw_modes *mode, in phy_info_iftype() 1880 struct hostapd_hw_modes *mode; in phy_info_band() 1980 static struct hostapd_hw_modes * [all …]
|
D | driver_common.c | 140 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()
|
D | driver.h | 238 struct hostapd_hw_modes { struct 2833 struct hostapd_hw_modes * (*get_hw_feature_data)(void *priv, 6082 int ht_supported(const struct hostapd_hw_modes *mode); 6083 int vht_supported(const struct hostapd_hw_modes *mode);
|
D | driver_hostap.c | 1100 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()
|
D | driver_nl80211.h | 287 struct hostapd_hw_modes *
|