|
wpa_supplicant / hostapd 2.0
|
00001 00010 #ifndef WPA_AUTH_GLUE_H 00011 #define WPA_AUTH_GLUE_H 00012 00013 int hostapd_setup_wpa(struct hostapd_data *hapd); 00014 void hostapd_reconfig_wpa(struct hostapd_data *hapd); 00015 void hostapd_deinit_wpa(struct hostapd_data *hapd); 00016 00017 #endif /* WPA_AUTH_GLUE_H */ 00018
1.7.3