Searched refs:hostapd_config (Results 1 – 15 of 15) 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 | 789 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist() 846 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss() 920 static int hostapd_config_tx_queue(struct hostapd_config *conf, in hostapd_config_tx_queue() 1076 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab() 1134 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab() 1949 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias() 1990 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill() 3506 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read() 3508 struct hostapd_config *conf; in hostapd_config_read() 3591 int hostapd_set_iface(struct hostapd_config *conf, in hostapd_set_iface()
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 34 struct hostapd_config * (*config_read_cb)(const char *config_fname); 108 struct hostapd_config *iconf; 305 struct hostapd_config *conf; 450 struct hostapd_config *conf,
|
D | ap_config.h | 593 struct hostapd_config { struct 700 struct hostapd_config * hostapd_config_defaults(void); argument 705 void hostapd_config_free(struct hostapd_config *conf); 719 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
D | ap_config.c | 101 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults() 105 struct hostapd_config *conf; in hostapd_config_defaults() 592 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free() 740 struct hostapd_config *conf, in hostapd_config_check_bss() 890 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw() 913 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
|
D | bss_load.c | 46 struct hostapd_config *iconf = hapd->iconf; in bss_load_update_init()
|
D | ieee802_1x.h | 15 struct hostapd_config;
|
D | hostapd.c | 157 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() 595 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf() 1191 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl() 1857 struct hostapd_config *conf, in hostapd_alloc_bss_data() 1945 struct hostapd_config *conf = NULL; in hostapd_init() 2045 struct hostapd_config *conf; in hostapd_interface_init_bss() 2298 static struct hostapd_config * 2303 struct hostapd_config *conf; in hostapd_config_alloc() 2354 struct hostapd_config *conf) in hostapd_data_alloc() 2389 struct hostapd_config *conf = NULL; in hostapd_add_iface() [all …]
|
D | ieee802_11_vht.c | 211 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
|
D | wpa_auth_glue.c | 32 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
|
D | beacon.c | 1250 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon()
|
/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 wpas_conf_ap_vht() 102 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht() 206 struct hostapd_config *conf) in wpa_supplicant_conf_ap() 590 struct hostapd_config *conf; in wpa_supplicant_create_ap()
|
D | mesh.c | 124 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
|
D | p2p_supplicant.c | 8810 struct hostapd_config *conf; in wpas_p2p_move_go_csa()
|