[PATCH 3/4] wpa_supplicant: wpa_supplicant_get_eap_mode method

Jouni Malinen j at w1.fi
Tue Mar 15 07:57:09 EDT 2011


On Thu, Mar 10, 2011 at 11:03:51AM -0800, Paul Stewart wrote:
> diff --git a/wpa_supplicant/wpa_supplicant_i.h b/wpa_supplicant/wpa_supplicant_i.h
> @@ -575,6 +575,10 @@ void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
>  void wpa_supplicant_set_state(struct wpa_supplicant *wpa_s,
>  			      enum wpa_states state);
>  struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s);
> +const char * wpa_supplicant_get_eap_mode(struct wpa_supplicant *wpa_s);
> +
> + /* events.c */
> + void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s);

The last three lines here look a bit odd.. Maybe a merge conflict of
some sort? Anyway, I removed them and also added an inline dummy version
of eapol_sm_get_method_name() to fix a build without EAP support. All
five patches are now in hostap.git.

-- 
Jouni Malinen                                            PGP id EFC895FA


More information about the HostAP mailing list