Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1034 struct hostapd_config { struct
1242 hostapd_get_oper_chwidth(struct hostapd_config *conf) in hostapd_get_oper_chwidth() argument
1256 hostapd_set_oper_chwidth(struct hostapd_config *conf, in hostapd_set_oper_chwidth()
1273 hostapd_get_oper_centr_freq_seg0_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg0_idx()
1287 hostapd_set_oper_centr_freq_seg0_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg0_idx()
1306 hostapd_get_oper_centr_freq_seg1_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg1_idx()
1316 hostapd_set_oper_centr_freq_seg1_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg1_idx()
1327 hostapd_get_bw320_offset(struct hostapd_config *conf) in hostapd_get_bw320_offset()
1338 hostapd_set_and_check_bw320_offset(struct hostapd_config *conf, in hostapd_set_and_check_bw320_offset()
1365 struct hostapd_config * hostapd_config_defaults(void);
[all …]
H A Dhostapd.h51 struct hostapd_config * (*config_read_cb)(const char *config_fname);
175 struct hostapd_config *iconf;
533 struct hostapd_config *conf;
724 struct hostapd_config *conf,
H A Dieee802_1x.h15 struct hostapd_config;
H A Dap_config.c183 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults()
187 struct hostapd_config *conf; in hostapd_config_defaults()
1021 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
1256 struct hostapd_config *conf, in hostapd_config_check_bss()
1509 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
1532 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
H A Dhostapd.c233 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed()
234 struct hostapd_config *oldconf) in hostapd_iface_conf_changed()
255 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config()
923 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
1781 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
2886 struct hostapd_config *conf, in hostapd_alloc_bss_data()
3202 struct hostapd_config *conf = NULL; in hostapd_init()
3304 struct hostapd_config *conf; in hostapd_interface_init_bss()
3642 static struct hostapd_config *
3647 struct hostapd_config *conf; in hostapd_config_alloc()
[all …]
H A Dieee802_11_he.c371 struct hostapd_config *conf = hapd->iface->conf; in hostapd_eid_he_6ghz_band_cap()
H A Dacs.c740 struct hostapd_config *conf = iface->conf; in acs_update_puncturing_bitmap()
H A Dhw_features.c950 struct hostapd_config *conf = iface->conf; in hostapd_is_usable_punct_bitmap()
H A Dieee802_11_eht.c203 struct hostapd_config *conf = hapd->iconf; in hostapd_eid_eht_operation()
H A Dctrl_iface_ap.c788 struct hostapd_config *iconf = hapd->iconf; in hostapd_ctrl_iface_status()
H A Dwpa_auth_glue.c39 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
H A Dbeacon.c2562 struct hostapd_config *iconf = iface->conf; in __ieee802_11_set_beacon()
H A Dieee802_11.c7073 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.h12 struct hostapd_config * hostapd_config_read(const char *fname);
15 int hostapd_set_iface(struct hostapd_config *conf,
H A Dconfig_file.c818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
875 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss()
1098 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab()
1153 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab()
2068 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias()
2439 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill()
5118 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read()
5120 struct hostapd_config *conf; in hostapd_config_read()
5203 int hostapd_set_iface(struct hostapd_config *conf, in hostapd_set_iface()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.h98 struct hostapd_config;
101 struct hostapd_config *conf);
H A Dap.c49 struct hostapd_config *conf) in is_chanwidth160_supported()
72 struct hostapd_config *conf, in wpas_conf_ap_vht()
225 struct hostapd_config *conf) in wpas_conf_ap_he_6ghz()
269 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht()
479 struct hostapd_config *conf) in wpa_supplicant_conf_ap()
974 struct hostapd_config *conf; in wpa_supplicant_create_ap()
H A Dmesh.c387 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
H A Dp2p_supplicant.c9743 struct hostapd_config *conf; in wpas_p2p_move_go_csa()