Home
last modified time | relevance | path

Searched refs:accounting_sta_get_id (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Daccounting.h13 static inline int accounting_sta_get_id(struct hostapd_data *hapd, in accounting_sta_get_id() function
38 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
Daccounting.c392 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_get_id() function
Dsta_info.c666 if (accounting_sta_get_id(hapd, sta) < 0) { in ap_sta_add()