1/*
2 * Copyright 2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Axel D��rfler, axeld@pinc-software.de
7 */
8#ifndef _WPA_SUPPLICANT_H
9#define _WPA_SUPPLICANT_H
10
11
12#define kWPASupplicantSignature	"application/x-vnd.malinen-wpa_supplicant"
13
14#define kMsgWPAStartWatching	'WPAw'
15#define kMsgWPAStopWatching		'WPAs'
16#define kMsgWPAJoinNetwork		'WPAj'
17#define kMsgWPALeaveNetwork		'WPAl'
18
19
20#endif	// _WPA_SUPPLICANT_H
21