Home
last modified time | relevance | path

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

/hostap-latest/src/pasn/
Dpasn_responder.c435 u8 *data_buf = NULL; in handle_auth_pasn_resp() local
546 data_buf = os_zalloc(rsn_ie[1] + 2 + rsnxe_ie[1] + 2); in handle_auth_pasn_resp()
547 if (!data_buf) in handle_auth_pasn_resp()
550 os_memcpy(data_buf, rsn_ie, rsn_ie[1] + 2); in handle_auth_pasn_resp()
551 os_memcpy(data_buf + rsn_ie[1] + 2, rsnxe_ie, rsnxe_ie[1] + 2); in handle_auth_pasn_resp()
553 data = data_buf; in handle_auth_pasn_resp()
561 os_free(data_buf); in handle_auth_pasn_resp()