Searched refs:wpa_init (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth.h205 struct wpa_authenticator * wpa_init(const u8 *addr,
H A Dwpa_auth_glue.c467 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
H A Dwpa_auth.c342 * wpa_init - Initialize WPA authenticator
348 struct wpa_authenticator * wpa_init(const u8 *addr, function
410 * @wpa_auth: Pointer to WPA authenticator data from wpa_init()
446 * @wpa_auth: Pointer to WPA authenticator data from wpa_init()
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/tests/
H A Dtest_wpa.c295 wpa->auth_group = wpa_init(wpa->auth_addr, &conf, &cb);
297 wpa_printf(MSG_DEBUG, "AUTH: wpa_init() failed");
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c299 ibss_rsn->auth_group = wpa_init(own_addr, &conf, &cb);
301 wpa_printf(MSG_DEBUG, "AUTH: wpa_init() failed");

Completed in 139 milliseconds