Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dsta_info.c263 hapd->num_sta--; in ap_free_sta()
809 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()
812 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
852 hapd->num_sta++; in ap_sta_add()
Dhostapd.h191 int num_sta; /* number of entries in sta_list */ member
Dbeacon.c57 WPA_PUT_LE16(eid, hapd->num_sta); in hostapd_eid_bss_load()
1646 hapd->num_sta >= hapd->conf->max_num_sta && in handle_probe_req()
Dctrl_iface_ap.c1063 (int) i, bss->num_sta); in hostapd_ctrl_iface_status()
Dwpa_auth_glue.c630 return hapd->num_sta; in hostapd_wpa_auth_get_sta_count()
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c4694 num = hapd->num_sta; in wpas_dbus_getter_stas()