Home
last modified time | relevance | path

Searched refs:hostapd_config (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.h901 struct hostapd_config { struct
1054 static inline u8 hostapd_get_oper_chwidth(struct hostapd_config *conf) in hostapd_get_oper_chwidth() argument
1064 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth()
1074 hostapd_get_oper_centr_freq_seg0_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg0_idx()
1084 hostapd_set_oper_centr_freq_seg0_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg0_idx()
1095 hostapd_get_oper_centr_freq_seg1_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg1_idx()
1105 hostapd_set_oper_centr_freq_seg1_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg1_idx()
1117 struct hostapd_config * hostapd_config_defaults(void);
1124 void hostapd_config_free(struct hostapd_config *conf);
1139 int hostapd_config_check(struct hostapd_config *conf, int full_config);
Dhostapd.h49 struct hostapd_config * (*config_read_cb)(const char *config_fname);
155 struct hostapd_config *iconf;
456 struct hostapd_config *conf;
603 struct hostapd_config *conf,
Dap_config.c166 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults()
170 struct hostapd_config *conf; in hostapd_config_defaults()
958 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
1115 struct hostapd_config *conf, in hostapd_config_check_bss()
1301 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
1324 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
Dieee802_1x.h15 struct hostapd_config;
Dhostapd.c194 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()
732 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
1452 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
2312 struct hostapd_config *conf, in hostapd_alloc_bss_data()
2436 struct hostapd_config *conf = NULL; in hostapd_init()
2536 struct hostapd_config *conf; in hostapd_interface_init_bss()
2798 static struct hostapd_config *
2803 struct hostapd_config *conf; in hostapd_config_alloc()
[all …]
Dieee802_11_vht.c226 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
Dwpa_auth_glue.c37 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
Dbeacon.c1466 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.h12 struct hostapd_config * hostapd_config_read(const char *fname);
13 int hostapd_set_iface(struct hostapd_config *conf,
Dconfig_file.c850 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
907 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss()
981 static int hostapd_config_tx_queue(struct hostapd_config *conf, in hostapd_config_tx_queue()
1156 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab()
1211 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab()
2100 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias()
2358 static int hostapd_config_fill(struct hostapd_config *conf,
4621 struct hostapd_config * hostapd_config_read(const char *fname)
4623 struct hostapd_config *conf;
4706 int hostapd_set_iface(struct hostapd_config *conf,
/external/wpa_supplicant_8/wpa_supplicant/
Dap.h78 struct hostapd_config;
81 struct hostapd_config *conf);
Dap.c48 struct hostapd_config *conf) in is_chanwidth160_supported()
70 struct hostapd_config *conf, in wpas_conf_ap_vht()
157 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht()
297 struct hostapd_config *conf) in wpa_supplicant_conf_ap()
774 struct hostapd_config *conf; in wpa_supplicant_create_ap()
Dmesh.c253 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
Dp2p_supplicant.c9283 struct hostapd_config *conf; in wpas_p2p_move_go_csa()