Home
last modified time | relevance | path

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

/hostap-latest/src/pasn/
Dpasn_responder.c430 struct wpabuf *rsn_buf = NULL; in handle_auth_pasn_resp() local
528 rsn_buf = wpabuf_alloc(500); in handle_auth_pasn_resp()
529 if (!rsn_buf) in handle_auth_pasn_resp()
532 if (wpa_pasn_add_rsne(rsn_buf, pmkid, in handle_auth_pasn_resp()
536 rsn_ie = wpabuf_head_u8(rsn_buf); in handle_auth_pasn_resp()
586 wpabuf_free(rsn_buf); in handle_auth_pasn_resp()
592 wpabuf_free(rsn_buf); in handle_auth_pasn_resp()