Searched refs:accounting_sta_stop (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | accounting.h | 23 static inline void accounting_sta_stop(struct hostapd_data *hapd, in accounting_sta_stop() function 39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
|
D | sta_info.c | 158 accounting_sta_stop(hapd, sta); in ap_free_sta() 480 accounting_sta_stop(hapd, sta); in ap_handle_timer() 715 accounting_sta_stop(hapd, sta); in ap_sta_disassociate() 754 accounting_sta_stop(hapd, sta); in ap_sta_deauthenticate()
|
D | accounting.c | 371 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() function
|
D | drv_callbacks.c | 99 accounting_sta_stop(hapd, sta); in hostapd_notif_assoc()
|
D | ieee802_11.c | 1919 accounting_sta_stop(hapd, sta); in handle_disassoc() 2389 accounting_sta_stop(hapd, sta); in handle_assoc_cb()
|
D | ieee802_1x.c | 979 accounting_sta_stop(hapd, sta); in ieee802_1x_receive()
|