Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h372 struct dl_list sae_commit_queue; /* struct hostapd_sae_commit_queue */ member
H A Dieee802_11.c798 if (open + dl_list_len(&hapd->sae_commit_queue) >= in use_anti_clogging()
1680 q = dl_list_first(&hapd->sae_commit_queue, in auth_sae_process_commit()
1693 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit()
1707 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
1731 dl_list_for_each(q2, &hapd->sae_commit_queue, in auth_sae_queue()
1747 dl_list_add_tail(&hapd->sae_commit_queue, &q->list); in auth_sae_queue()
1762 dl_list_for_each(q, &hapd->sae_commit_queue, in auth_sae_queued_addr()
H A Dhostapd.c591 while ((q = dl_list_first(&hapd->sae_commit_queue, in hostapd_free_hapd_data()
2910 dl_list_init(&hapd->sae_commit_queue); in hostapd_alloc_bss_data()