Searched refs:hostapd_ctrl_iface_sta_mib (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ctrl_iface_ap.c | 205 static int hostapd_ctrl_iface_sta_mib(struct hostapd_data *hapd, in hostapd_ctrl_iface_sta_mib() function 359 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen); in hostapd_ctrl_iface_sta_first() 398 ret = hostapd_ctrl_iface_sta_mib(hapd, sta, buf, buflen); in hostapd_ctrl_iface_sta() 423 return hostapd_ctrl_iface_sta_mib(hapd, sta->next, buf, buflen); in hostapd_ctrl_iface_sta_next()
|