Added WirelessManager, a port of wpa_supplicant.
[AROS.git] / workbench / network / WirelessManager / wpa_supplicant / wpas_glue.h
blobb571e4df1714bc0edd1be3818a959c947a5afbdb
1 /*
2 * WPA Supplicant - Glue code to setup EAPOL and RSN modules
3 * Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
9 * Alternatively, this software may be distributed under the terms of BSD
10 * license.
12 * See README and COPYING for more details.
15 #ifndef WPAS_GLUE_H
16 #define WPAS_GLUE_H
18 int wpa_supplicant_init_eapol(struct wpa_supplicant *wpa_s);
19 int wpa_supplicant_init_wpa(struct wpa_supplicant *wpa_s);
20 void wpa_supplicant_rsn_supp_set_config(struct wpa_supplicant *wpa_s,
21 struct wpa_ssid *ssid);
23 #endif /* WPAS_GLUE_H */