Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Dsta_info.c220 hapd->num_sta--; in ap_free_sta()
718 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()
721 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
758 hapd->num_sta++; in ap_sta_add()
H A Dhostapd.h166 int num_sta; /* number of entries in sta_list */ member
H A Dbeacon.c56 WPA_PUT_LE16(eid, hapd->num_sta); in hostapd_eid_bss_load()
1059 hapd->num_sta >= hapd->conf->max_num_sta && in handle_probe_req()
H A Dctrl_iface_ap.c868 (int) i, bss->num_sta); in hostapd_ctrl_iface_status()
/freebsd-13.1/sys/net80211/
H A Dieee80211_proto.c1072 int num_ht_sta = 0, num_ht40_sta = 0, num_sta = 0; in vap_update_ht_protmode() local
1125 num_sta += iv->iv_sta_assoc; in vap_update_ht_protmode()
1174 if (num_ht_sta != num_sta) in vap_update_ht_protmode()
/freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4383 num = hapd->num_sta; in wpas_dbus_getter_stas()