Lines Matching refs:hostapd_data
13 static inline int accounting_sta_get_id(struct hostapd_data *hapd,
19 static inline void accounting_sta_start(struct hostapd_data *hapd,
24 static inline void accounting_sta_stop(struct hostapd_data *hapd,
29 static inline int accounting_init(struct hostapd_data *hapd)
34 static inline void accounting_deinit(struct hostapd_data *hapd)
38 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
40 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
41 int accounting_init(struct hostapd_data *hapd);
42 void accounting_deinit(struct hostapd_data *hapd);