Searched refs:wpa_pasn_add_rsne (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_responder.c | 242 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 D | pasn_initiator.c | 238 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 D | wpa_common.h | 772 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid,
|
H A D | wpa_common.c | 3824 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, int akmp, int cipher) in wpa_pasn_add_rsne() function
|