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.h405 struct dl_list sae_commit_queue; /* struct hostapd_sae_commit_queue */ member
H A Dieee802_11.c1158 if (open + dl_list_len(&hapd->sae_commit_queue) >= in use_anti_clogging()
2131 q = dl_list_first(&hapd->sae_commit_queue, in auth_sae_process_commit()
2144 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit()
2158 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
2182 dl_list_for_each(q2, &hapd->sae_commit_queue, in auth_sae_queue()
2198 dl_list_add_tail(&hapd->sae_commit_queue, &q->list); in auth_sae_queue()
2213 dl_list_for_each(q, &hapd->sae_commit_queue, in auth_sae_queued_addr()
H A Dhostapd.c644 while ((q = dl_list_first(&hapd->sae_commit_queue, in hostapd_free_hapd_data()
3065 dl_list_init(&hapd->sae_commit_queue); in hostapd_alloc_bss_data()