wpa_supplicant / hostapd 2.0

wpas_glue.h

Go to the documentation of this file.
00001 
00010 #ifndef WPAS_GLUE_H
00011 #define WPAS_GLUE_H
00012 
00013 enum wpa_ctrl_req_type;
00014 
00015 int wpa_supplicant_init_eapol(struct wpa_supplicant *wpa_s);
00016 int wpa_supplicant_init_wpa(struct wpa_supplicant *wpa_s);
00017 void wpa_supplicant_rsn_supp_set_config(struct wpa_supplicant *wpa_s,
00018                                         struct wpa_ssid *ssid);
00019 
00020 const char * wpa_supplicant_ctrl_req_to_string(enum wpa_ctrl_req_type field,
00021                                                const char *default_txt,
00022                                                const char **txt);
00023 
00024 enum wpa_ctrl_req_type wpa_supplicant_ctrl_req_from_string(const char *field);
00025 
00026 #endif /* WPAS_GLUE_H */
00027 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines