Searched refs:hostapd_config (Results 1 – 13 of 13) 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 | 784 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist() 841 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss() 915 static int hostapd_config_tx_queue(struct hostapd_config *conf, char *name, in hostapd_config_tx_queue() 1071 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab() 1129 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab() 1884 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias() 1925 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill() 3328 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read() 3330 struct hostapd_config *conf; in hostapd_config_read() 3413 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); 107 struct hostapd_config *iconf; 289 struct hostapd_config *conf; 415 struct hostapd_config *conf,
|
D | ap_config.h | 560 struct hostapd_config { struct 656 struct hostapd_config * hostapd_config_defaults(void); argument 661 void hostapd_config_free(struct hostapd_config *conf); 674 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
D | ap_config.c | 98 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults() 102 struct hostapd_config *conf; in hostapd_config_defaults() 572 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free() 705 struct hostapd_config *conf, in hostapd_config_check_bss() 846 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw() 869 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 | 155 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() 572 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf() 1157 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl() 1598 struct hostapd_config *conf, in hostapd_alloc_bss_data() 1678 struct hostapd_config *conf = NULL; in hostapd_init() 1778 struct hostapd_config *conf; in hostapd_interface_init_bss() 2031 static struct hostapd_config * 2036 struct hostapd_config *conf; in hostapd_config_alloc() 2071 struct hostapd_config *conf) in hostapd_data_alloc() 2106 struct hostapd_config *conf = NULL; in hostapd_add_iface() [all …]
|
D | wpa_auth_glue.c | 31 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
|
D | beacon.c | 1040 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() 81 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht() 151 struct hostapd_config *conf) in wpa_supplicant_conf_ap() 523 struct hostapd_config *conf; in wpa_supplicant_create_ap()
|
D | mesh.c | 124 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
|