5 void accounting_sta_start(hostapd
*hapd
, struct sta_info
*sta
);
6 void accounting_sta_interim(hostapd
*hapd
, struct sta_info
*sta
);
7 void accounting_sta_stop(hostapd
*hapd
, struct sta_info
*sta
);
8 void accounting_sta_get_id(struct hostapd_data
*hapd
, struct sta_info
*sta
);
9 int accounting_init(hostapd
*hapd
);
10 void accounting_deinit(hostapd
*hapd
);
13 #endif /* ACCOUNTING_H */