Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c194 rsn->auth = wpa_init(addr, &conf, &cb, rsn); in __mesh_rsn_auth_init()
H A Dibss_rsn.c460 ibss_rsn->auth_group = wpa_init(own_addr, &conf, &cb, ibss_rsn); in ibss_rsn_auth_init_group()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h408 struct wpa_authenticator * wpa_init(const u8 *addr,
H A Dwpa_auth_glue.c1728 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd); in hostapd_setup_wpa()
H A Dwpa_auth.c731 struct wpa_authenticator * wpa_init(const u8 *addr, function