Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dsta_info.c259 hapd->num_sta--; in ap_free_sta()
805 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()
808 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
848 hapd->num_sta++; in ap_sta_add()
Dhostapd.h184 int num_sta; /* number of entries in sta_list */ member
Dbeacon.c57 WPA_PUT_LE16(eid, hapd->num_sta); in hostapd_eid_bss_load()
1564 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.c582 return hapd->num_sta; in hostapd_wpa_auth_get_sta_count()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
Ddbus_new_handlers.c4694 num = hapd->num_sta; in wpas_dbus_getter_stas()