xref: /freebsd/contrib/wpa/src/ap/bss_load.h (revision 28f6c2f292806bf31230a959bc4b19d7081669a7)
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