xref: /haiku/headers/private/net/WPASupplicant.h (revision 98e25dc3f9c931ef572d23f929b9881d0101e9fe)
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