Searched refs:wpa_pasn_add_rsne (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/pasn/ |
D | pasn_responder.c | 233 wpa_pasn_add_rsne(buf, NULL, pasn->akmp, pasn->cipher); in pasn_get_fils_wd() 458 if (wpa_pasn_add_rsne(buf, pmkid, in handle_auth_pasn_resp() 521 if (wpa_pasn_add_rsne(rsn_buf, pmkid, in handle_auth_pasn_resp()
|
D | pasn_initiator.c | 230 wpa_pasn_add_rsne(buf, NULL, pasn->akmp, pasn->cipher); in wpas_pasn_fils_build_auth() 570 if (wpa_pasn_add_rsne(buf, pmkid, pasn->akmp, pasn->cipher) < 0) in wpas_pasn_build_auth_1()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 748 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid,
|
D | wpa_common.c | 3674 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, int akmp, int cipher) in wpa_pasn_add_rsne() function
|