00001 /*00002 * WPA Supplicant - Glue code to setup EAPOL and RSN modules00003 * Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi>00004 *00005 * This program is free software; you can redistribute it and/or modify00006 * it under the terms of the GNU General Public License version 2 as00007 * published by the Free Software Foundation.00008 *00009 * Alternatively, this software may be distributed under the terms of BSD00010 * license.00011 *00012 * See README and COPYING for more details.00013 */00014
00015 #ifndef WPAS_GLUE_H00016 #define WPAS_GLUE_H00017
00018 intwpa_supplicant_init_eapol(structwpa_supplicant *wpa_s);
00019 intwpa_supplicant_init_wpa(structwpa_supplicant *wpa_s);
00020 voidwpa_supplicant_rsn_supp_set_config(structwpa_supplicant *wpa_s,
00021 structwpa_ssid *ssid);
00022
00023 #endif /* WPAS_GLUE_H */