/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, 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,
|
D | hw_features_common.c | 19 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/ |
D | hw_features.h | 15 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()
|
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() 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 …]
|
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() 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()
|
D | ieee802_11_vht.c | 25 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()
|
D | hostapd.h | 339 struct hostapd_hw_modes *hw_features; 341 struct hostapd_hw_modes *current_mode;
|
D | ap_drv_ops.c | 563 struct hostapd_hw_modes * 736 struct hostapd_hw_modes *mode; in hostapd_drv_do_acs()
|
D | ap_drv_ops.h | 72 struct hostapd_hw_modes *
|
D | beacon.c | 228 struct hostapd_hw_modes *mode; in hostapd_eid_country()
|
D | drv_callbacks.c | 545 struct hostapd_hw_modes *mode = in hostapd_acs_channel_selected()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_capa.c | 910 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 …]
|
D | driver_common.c | 111 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()
|
D | driver.h | 126 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);
|
D | driver_nl80211.h | 227 struct hostapd_hw_modes *
|
D | driver_hostap.c | 1098 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/ |
D | p2p_supplicant.h | 130 struct hostapd_hw_modes *mode, u8 channel); 132 struct hostapd_hw_modes *mode, u8 channel);
|
D | wpa_supplicant_i.h | 36 struct hostapd_hw_modes; 895 struct hostapd_hw_modes *modes;
|
D | sme.c | 1293 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()
|
D | bgscan_learn.c | 353 struct hostapd_hw_modes *modes; in bgscan_learn_get_supp_freqs()
|
D | scan.c | 519 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()
|
D | ap.c | 50 struct hostapd_hw_modes *mode) in wpas_conf_ap_vht() 94 struct hostapd_hw_modes *mode = NULL; in wpa_supplicant_conf_ap_ht()
|
D | p2p_supplicant.c | 3069 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()
|
D | driver_i.h | 270 static inline struct hostapd_hw_modes *
|
D | wnm_sta.c | 722 struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i]; in chan_supported()
|