Searched refs:hostapd_bss_config (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwps_hostapd.h21 struct hostapd_bss_config *conf);
40 struct hostapd_bss_config *conf)
H A Dap_config.h146 * struct hostapd_bss_config - Per-BSS configuration
148 struct hostapd_bss_config { struct
322 struct hostapd_bss_config *bss, *last_bss;
380 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss);
387 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
389 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf);
393 hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity,
H A Dieee802_1x.h22 struct hostapd_bss_config;
H A Dap_config.c29 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss)
45 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss)
93 struct hostapd_bss_config *bss;
269 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf)
340 static void hostapd_config_free_bss(struct hostapd_bss_config *conf)
535 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
555 hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity,
H A Dhostapd.h105 struct hostapd_bss_config *conf;
256 struct hostapd_bss_config *bss);
H A Dauthsrv.c100 struct hostapd_bss_config *conf = hapd->conf;
H A Dhostapd.c469 struct hostapd_bss_config *conf = hapd->conf;
802 struct hostapd_bss_config *bss)
H A Dwpa_auth_glue.c40 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf,
H A Dwps_hostapd.c503 struct hostapd_bss_config *conf)
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/tests/
H A Dlink_test.c17 struct hostapd_bss_config;
73 hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity,
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dap.c43 struct hostapd_bss_config *bss = &conf->bss[0];
417 struct hostapd_bss_config *conf;
447 struct hostapd_bss_config *conf;
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c35 static int hostapd_config_read_vlan_file(struct hostapd_bss_config *bss,
199 struct hostapd_bss_config *conf)
690 struct hostapd_bss_config *bss;
696 sizeof(struct hostapd_bss_config));
894 static int add_r0kh(struct hostapd_bss_config *bss, char *value)
940 static int add_r1kh(struct hostapd_bss_config *bss, char *value)
1044 static int hostapd_config_check_bss(struct hostapd_bss_config *bss,
1132 struct hostapd_bss_config *bss;
H A Dmain.c234 struct hostapd_bss_config *conf = hapd->conf;

Completed in 172 milliseconds