Searched refs:hostapd_config (Results 1 – 19 of 19) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ap_config.h | 1034 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 D | hostapd.h | 51 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 D | ieee802_1x.h | 15 struct hostapd_config;
|
| H A D | ap_config.c | 183 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 D | hostapd.c | 233 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 D | ieee802_11_he.c | 371 struct hostapd_config *conf = hapd->iface->conf; in hostapd_eid_he_6ghz_band_cap()
|
| H A D | acs.c | 740 struct hostapd_config *conf = iface->conf; in acs_update_puncturing_bitmap()
|
| H A D | hw_features.c | 950 struct hostapd_config *conf = iface->conf; in hostapd_is_usable_punct_bitmap()
|
| H A D | ieee802_11_eht.c | 203 struct hostapd_config *conf = hapd->iconf; in hostapd_eid_eht_operation()
|
| H A D | ctrl_iface_ap.c | 788 struct hostapd_config *iconf = hapd->iconf; in hostapd_ctrl_iface_status()
|
| H A D | wpa_auth_glue.c | 39 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
|
| H A D | beacon.c | 2562 struct hostapd_config *iconf = iface->conf; in __ieee802_11_set_beacon()
|
| H A D | ieee802_11.c | 7073 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | config_file.h | 12 struct hostapd_config * hostapd_config_read(const char *fname); 15 int hostapd_set_iface(struct hostapd_config *conf,
|
| H A D | config_file.c | 818 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 D | ap.h | 98 struct hostapd_config; 101 struct hostapd_config *conf);
|
| H A D | ap.c | 49 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 D | mesh.c | 387 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
|
| H A D | p2p_supplicant.c | 9743 struct hostapd_config *conf; in wpas_p2p_move_go_csa()
|