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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h304 struct wpa_authenticator * wpa_init(const u8 *addr,
H A Dwpa_auth_glue.c1308 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd);
H A Dwpa_auth.c436 * wpa_init - Initialize WPA authenticator
442 struct wpa_authenticator * wpa_init(const u8 *addr, function
534 * @wpa_auth: Pointer to WPA authenticator data from wpa_init()
571 * @wpa_auth: Pointer to WPA authenticator data from wpa_init()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c177 rsn->auth = wpa_init(addr, &conf, &cb, rsn);
179 wpa_printf(MSG_DEBUG, "AUTH: wpa_init() failed");
H A Dibss_rsn.c440 ibss_rsn->auth_group = wpa_init(own_addr, &conf, &cb, ibss_rsn);
442 wpa_printf(MSG_DEBUG, "AUTH: wpa_init() failed");

Completed in 195 milliseconds