00001 /* 00002 * WPA Supplicant - Glue code to setup EAPOL and RSN modules 00003 * Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License version 2 as 00007 * published by the Free Software Foundation. 00008 * 00009 * Alternatively, this software may be distributed under the terms of BSD 00010 * license. 00011 * 00012 * See README and COPYING for more details. 00013 */ 00014 00015 #ifndef WPAS_GLUE_H 00016 #define WPAS_GLUE_H 00017 00018 int wpa_supplicant_init_eapol(struct wpa_supplicant *wpa_s); 00019 int wpa_supplicant_init_wpa(struct wpa_supplicant *wpa_s); 00020 void wpa_supplicant_rsn_supp_set_config(struct wpa_supplicant *wpa_s, 00021 struct wpa_ssid *ssid); 00022 00023 #endif /* WPAS_GLUE_H */