]> git.ipfire.org Git - thirdparty/hostap.git/blame - src/ap/wpa_auth_glue.h
Remove the GPL notification from files contributed by Jouni Malinen
[thirdparty/hostap.git] / src / ap / wpa_auth_glue.h
CommitLineData
c442055e
JM
1/*
2 * hostapd / WPA authenticator glue code
3 * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4 *
0f3d578e
JM
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
c442055e
JM
7 */
8
9#ifndef WPA_AUTH_GLUE_H
10#define WPA_AUTH_GLUE_H
11
12int hostapd_setup_wpa(struct hostapd_data *hapd);
13void hostapd_reconfig_wpa(struct hostapd_data *hapd);
14void hostapd_deinit_wpa(struct hostapd_data *hapd);
15
16#endif /* WPA_AUTH_GLUE_H */