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