Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c170 hapd->num_sta--; in ap_free_sta()
567 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()
570 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
595 hapd->num_sta++; in ap_sta_add()
Dhostapd.h107 int num_sta; /* number of entries in sta_list */ member
Dctrl_iface_ap.c482 (int) i, bss->num_sta); in hostapd_ctrl_iface_status()