Home
last modified time | relevance | path

Searched refs:wpa_pasn_add_rsne (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/pasn/
H A Dpasn_responder.c242 wpa_pasn_add_rsne(buf, NULL, pasn->akmp, pasn->cipher); in pasn_get_fils_wd()
469 if (wpa_pasn_add_rsne(buf, pmkid, in handle_auth_pasn_resp()
532 if (wpa_pasn_add_rsne(rsn_buf, pmkid, in handle_auth_pasn_resp()
H A Dpasn_initiator.c238 wpa_pasn_add_rsne(buf, NULL, pasn->akmp, pasn->cipher); in wpas_pasn_fils_build_auth()
578 if (wpa_pasn_add_rsne(buf, pmkid, pasn->akmp, pasn->cipher) < 0) in wpas_pasn_build_auth_1()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h772 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid,
H A Dwpa_common.c3824 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, int akmp, int cipher) in wpa_pasn_add_rsne() function