Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h333 u8 *sae_postponed_commit; member
H A Dieee802_11.c438 os_free(sta->sae_postponed_commit); in send_auth_reply()
439 sta->sae_postponed_commit = buf; in send_auth_reply()
445 sta && sta->sae_postponed_commit) { in send_auth_reply()
449 sta->sae_postponed_commit, in send_auth_reply()
453 os_free(sta->sae_postponed_commit); in send_auth_reply()
454 sta->sae_postponed_commit = NULL; in send_auth_reply()
H A Dsta_info.c544 os_free(sta->sae_postponed_commit); in ap_free_sta()