Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dsta_info.h319 u8 *sae_postponed_commit; member
Dieee802_11.c471 os_free(sta->sae_postponed_commit); in send_auth_reply()
472 sta->sae_postponed_commit = buf; in send_auth_reply()
477 if (auth_transaction == 2 && sta && sta->sae_postponed_commit) { in send_auth_reply()
481 sta->sae_postponed_commit, in send_auth_reply()
485 os_free(sta->sae_postponed_commit); in send_auth_reply()
486 sta->sae_postponed_commit = NULL; in send_auth_reply()
Dsta_info.c477 os_free(sta->sae_postponed_commit); in ap_free_sta()