Searched refs:accounting_sta_stop (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | accounting.h | 19 static inline void accounting_sta_stop(struct hostapd_data *hapd, in accounting_sta_stop() function 34 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
|
D | sta_info.c | 123 accounting_sta_stop(hapd, sta); in ap_free_sta() 366 accounting_sta_stop(hapd, sta); in ap_handle_timer() 534 accounting_sta_stop(hapd, sta); in ap_sta_disassociate() 567 accounting_sta_stop(hapd, sta); in ap_sta_deauthenticate()
|
D | accounting.c | 388 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() function
|
D | drv_callbacks.c | 80 accounting_sta_stop(hapd, sta); in hostapd_notif_assoc()
|
D | ieee802_11.c | 1137 accounting_sta_stop(hapd, sta); in handle_disassoc() 1522 accounting_sta_stop(hapd, sta); in handle_assoc_cb()
|
D | ieee802_1x.c | 804 accounting_sta_stop(hapd, sta); in ieee802_1x_receive()
|