Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h321 u8 *sae_postponed_commit; member
Dieee802_11.c411 os_free(sta->sae_postponed_commit); in send_auth_reply()
412 sta->sae_postponed_commit = buf; in send_auth_reply()
417 if (auth_transaction == 2 && sta && sta->sae_postponed_commit) { in send_auth_reply()
421 sta->sae_postponed_commit, in send_auth_reply()
425 os_free(sta->sae_postponed_commit); in send_auth_reply()
426 sta->sae_postponed_commit = NULL; in send_auth_reply()
Dsta_info.c412 os_free(sta->sae_postponed_commit); in ap_free_sta()