Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dsta_info.c106 hapd->num_sta--; in ap_free_sta()
156 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()
159 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
173 hapd->num_sta++; in ap_sta_add()
Dhostapd.h108 int num_sta; /* number of entries in sta_list */ member