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