xref: /aosp_15_r20/external/wpa_supplicant_8/src/ap/bss_load.h (revision 03f9172ca588f91df233974f4258bab95191f931)
1 /*
2  * BSS load update
3  * Copyright (c) 2014, Qualcomm Atheros, Inc.
4  *
5  * This software may be distributed under the terms of the BSD license.
6  * See README for more details.
7  */
8 
9 #ifndef BSS_LOAD_UPDATE_H
10 #define BSS_LOAD_UPDATE_H
11 
12 
13 int bss_load_update_init(struct hostapd_data *hapd);
14 void bss_load_update_deinit(struct hostapd_data *hapd);
15 
16 
17 #endif /* BSS_LOAD_UPDATE_H */
18