Searched refs:wpa_pasn_add_rsne (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | pasn_supplicant.c | 329 wpa_pasn_add_rsne(buf, NULL, pasn->akmp, pasn->cipher); in wpas_pasn_fils_build_auth() 720 if (wpa_pasn_add_rsne(buf, pmkid, pasn->akmp, pasn->cipher) < 0) in wpas_pasn_build_auth_1()
|
/hostap-3.6.0/src/common/ |
D | wpa_common.h | 661 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid,
|
D | wpa_common.c | 3326 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, int akmp, int cipher) in wpa_pasn_add_rsne() function
|
/hostap-3.6.0/src/ap/ |
D | ieee802_11.c | 2594 wpa_pasn_add_rsne(buf, NULL, pasn->akmp, pasn->cipher); in pasn_get_fils_wd() 2997 if (wpa_pasn_add_rsne(buf, pmkid, in handle_auth_pasn_resp()
|