bss_load.h 376 B

1234567891011121314151617
  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. #ifndef BSS_LOAD_UPDATE_H
  9. #define BSS_LOAD_UPDATE_H
  10. int bss_load_update_init(struct hostapd_data *hapd);
  11. void bss_load_update_deinit(struct hostapd_data *hapd);
  12. #endif /* BSS_LOAD_UPDATE_H */