wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wpas_glue.h
Go to the documentation of this file.
1 
5 #ifndef WPAS_GLUE_H
6 #define WPAS_GLUE_H
7 
9 
10 int wpa_supplicant_init_eapol(struct wpa_supplicant *wpa_s);
11 int wpa_supplicant_init_wpa(struct wpa_supplicant *wpa_s);
12 void wpa_supplicant_rsn_supp_set_config(struct wpa_supplicant *wpa_s,
13  struct wpa_ssid *ssid);
14 
15 const char * wpa_supplicant_ctrl_req_to_string(enum wpa_ctrl_req_type field,
16  const char *default_txt,
17  const char **txt);
18 
19 enum wpa_ctrl_req_type wpa_supplicant_ctrl_req_from_string(const char *field);
20 
21 void wpas_send_ctrl_req(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
22  const char *field_name, const char *txt);
23 
24 #endif /* WPAS_GLUE_H */
wpa_ctrl_req_type
Control interface request types.
Definition: defs.h:315
Internal data for wpa_supplicant interface.
Definition: wpa_supplicant_i.h:451
Network configuration data.
Definition: config_ssid.h:52