Home
last modified time | relevance | path

Searched refs:wpa_auth_config (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/ap/
Dwpa_auth_i.h174 struct wpa_auth_config conf;
187 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
217 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
218 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
Dwpa_auth.h131 struct wpa_auth_config { struct
206 struct wpa_auth_config *conf,
210 struct wpa_auth_config *conf);
Dwpa_auth_glue.c41 struct wpa_auth_config *wconf) in hostapd_wpa_auth_conf()
442 struct wpa_auth_config _conf; in hostapd_setup_wpa()
515 struct wpa_auth_config wpa_auth_conf; in hostapd_reconfig_wpa()
Dwpa_auth_ft.c83 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_mdie()
101 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, in wpa_write_ftie()
614 struct wpa_auth_config *conf; in wpa_sm_write_assoc_resp_ies()
918 struct wpa_auth_config *conf; in wpa_ft_process_auth_req()
Dwpa_auth_ie.c28 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
112 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
Dwpa_auth.c349 struct wpa_auth_config *conf, in wpa_init()
450 struct wpa_auth_config *conf) in wpa_reconfig()
1771 struct wpa_auth_config *conf; in SM_STATE()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/tests/
Dtest_wpa.c276 struct wpa_auth_config conf; in auth_init_group()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dibss_rsn.c279 struct wpa_auth_config conf; in ibss_rsn_auth_init_group()