]> git.ipfire.org Git - thirdparty/hostap.git/blob - src/ap/bss_load.h
FT: Remove unused pmk argument from wpa_auth_derive_ptk_ft()
[thirdparty/hostap.git] / src / ap / bss_load.h
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 */