Searched refs:hostapd_config (Results 1 – 16 of 16) sorted by relevance
/external/wpa_supplicant_8/hostapd/ |
D | config_file.h | 12 struct hostapd_config * hostapd_config_read(const char *fname); 13 int hostapd_set_iface(struct hostapd_config *conf,
|
D | config_file.c | 855 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist() 912 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss() 1063 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab() 1118 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab() 2033 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias() 2335 static int hostapd_config_fill(struct hostapd_config *conf, 4693 struct hostapd_config * hostapd_config_read(const char *fname) 4695 struct hostapd_config *conf; 4778 int hostapd_set_iface(struct hostapd_config *conf,
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 922 struct hostapd_config { struct 1087 static inline u8 hostapd_get_oper_chwidth(struct hostapd_config *conf) in hostapd_get_oper_chwidth() argument 1097 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth() 1107 hostapd_get_oper_centr_freq_seg0_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg0_idx() 1117 hostapd_set_oper_centr_freq_seg0_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg0_idx() 1128 hostapd_get_oper_centr_freq_seg1_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg1_idx() 1138 hostapd_set_oper_centr_freq_seg1_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg1_idx() 1150 struct hostapd_config * hostapd_config_defaults(void); 1157 void hostapd_config_free(struct hostapd_config *conf); 1172 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
D | hostapd.h | 49 struct hostapd_config * (*config_read_cb)(const char *config_fname); 155 struct hostapd_config *iconf; 458 struct hostapd_config *conf; 608 struct hostapd_config *conf,
|
D | ieee802_1x.h | 15 struct hostapd_config;
|
D | hostapd.c | 194 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed() 195 struct hostapd_config *oldconf) in hostapd_iface_conf_changed() 216 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() 738 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf() 1458 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl() 2335 struct hostapd_config *conf, in hostapd_alloc_bss_data() 2459 struct hostapd_config *conf = NULL; in hostapd_init() 2559 struct hostapd_config *conf; in hostapd_interface_init_bss() 2830 static struct hostapd_config * 2835 struct hostapd_config *conf; in hostapd_config_alloc() [all …]
|
D | ap_config.c | 171 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults() 175 struct hostapd_config *conf; in hostapd_config_defaults() 977 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free() 1205 struct hostapd_config *conf, in hostapd_config_check_bss() 1425 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw() 1448 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
|
D | ieee802_11_he.c | 321 struct hostapd_config *conf = hapd->iface->conf; in hostapd_eid_he_6ghz_band_cap()
|
D | wpa_auth_glue.c | 38 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
|
D | beacon.c | 1751 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon()
|
D | ieee802_11.c | 6775 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.h | 78 struct hostapd_config; 81 struct hostapd_config *conf);
|
D | ap.c | 49 struct hostapd_config *conf) in is_chanwidth160_supported() 72 struct hostapd_config *conf, in wpas_conf_ap_vht() 184 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht() 353 struct hostapd_config *conf) in wpa_supplicant_conf_ap() 835 struct hostapd_config *conf; in wpa_supplicant_create_ap()
|
D | mesh.c | 385 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
|
D | p2p_supplicant.c | 9416 struct hostapd_config *conf; in wpas_p2p_move_go_csa()
|
/external/wpa_supplicant_8/hostapd/hidl/1.3/ |
D | hostapd.cpp | 562 Bandwidth getBandwidth(struct hostapd_config *iconf) in getBandwidth()
|