Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dwpa_auth.c3571 unsigned int n_links = 0; local
3612 n_links++;
3616 if (n_links != sm->n_mld_affiliated_links) {
3619 sm->n_mld_affiliated_links, n_links);
/hostap-latest/wpa_supplicant/
Devents.c5889 unsigned int n_links, i, idx; in wpas_event_assoc_reject() local
5892 n_links = wpas_ml_parse_assoc(wpa_s, &elems, ml_info); in wpas_event_assoc_reject()
5894 for (i = 1; i < n_links; i++) { in wpas_event_assoc_reject()