wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
bss_load.h
Go to the documentation of this file.
1 
5 #ifndef BSS_LOAD_UPDATE_H
6 #define BSS_LOAD_UPDATE_H
7 
8 
9 int bss_load_update_init(struct hostapd_data *hapd);
10 void bss_load_update_deinit(struct hostapd_data *hapd);
11 
12 
13 #endif /* BSS_LOAD_UPDATE_H */
hostapd per-BSS data structure
Definition: hostapd.h:103