Home
last modified time | relevance | path

Searched refs:n_links (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c3569 unsigned int n_links = 0; local
3610 n_links++;
3614 if (n_links != sm->n_mld_affiliated_links) {
3617 sm->n_mld_affiliated_links, n_links);
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c5799 unsigned int n_links, i, idx; in wpas_event_assoc_reject() local
5802 n_links = wpas_ml_parse_assoc(wpa_s, &elems, ml_info); in wpas_event_assoc_reject()
5804 for (i = 1; i < n_links; i++) { in wpas_event_assoc_reject()