Searched refs:accounting_sta_get_id (Results 1 – 3 of 3) sorted by relevance
13 static inline int accounting_sta_get_id(struct hostapd_data *hapd, in accounting_sta_get_id() function38 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
392 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_get_id() function
666 if (accounting_sta_get_id(hapd, sta) < 0) { in ap_sta_add()