Searched refs:hostapd_config (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/wpa/hostapd/ |
| HD | config_file.h | 12 struct hostapd_config * hostapd_config_read(const char *fname); 13 int hostapd_set_iface(struct hostapd_config *conf,
|
| HD | config_file.c | 790 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss() 860 static int hostapd_config_tx_queue(struct hostapd_config *conf, char *name, in hostapd_config_tx_queue() 1016 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab() 1074 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab() 1139 struct hostapd_config *conf) in hostapd_config_check_bss() 1254 static int hostapd_config_check(struct hostapd_config *conf) in hostapd_config_check() 1712 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill() 3016 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read() 3018 struct hostapd_config *conf; in hostapd_config_read() 3100 int hostapd_set_iface(struct hostapd_config *conf, in hostapd_set_iface()
|
| HD | main.c | 161 struct hostapd_config *conf = NULL; in hostapd_init()
|
| /trueos/contrib/wpa/src/ap/ |
| HD | hostapd.h | 31 struct hostapd_config * (*config_read_cb)(const char *config_fname); 72 struct hostapd_config *iconf; 205 struct hostapd_config *conf; 270 struct hostapd_config *conf,
|
| HD | ap_config.h | 464 struct hostapd_config { struct 523 struct hostapd_config * hostapd_config_defaults(void); argument 525 void hostapd_config_free(struct hostapd_config *conf);
|
| HD | hostapd.c | 114 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() 508 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf() 1010 struct hostapd_config *conf, in hostapd_alloc_bss_data() 1182 static struct hostapd_config * 1187 struct hostapd_config *conf; in hostapd_config_alloc() 1222 struct hapd_interfaces *interfaces, struct hostapd_config *conf) in hostapd_data_alloc() 1254 struct hostapd_config *conf = NULL; in hostapd_add_iface()
|
| HD | ap_config.c | 95 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults() 99 struct hostapd_config *conf; in hostapd_config_defaults() 529 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
|
| HD | ieee802_1x.h | 15 struct hostapd_config;
|
| /trueos/contrib/wpa/wpa_supplicant/ |
| HD | ap.c | 46 struct hostapd_config *conf) in wpa_supplicant_conf_ap() 431 struct hostapd_config *conf; in wpa_supplicant_create_ap()
|