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