00001 /*00002 * hostapd / WPA authenticator glue code00003 * Copyright (c) 2002-2009, 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 WPA_AUTH_GLUE_H00016 #define WPA_AUTH_GLUE_H00017
00018 inthostapd_setup_wpa(structhostapd_data *hapd);
00019 voidhostapd_reconfig_wpa(structhostapd_data *hapd);
00020 voidhostapd_deinit_wpa(structhostapd_data *hapd);
00021
00022 #endif /* WPA_AUTH_GLUE_H */