1112918Sjeff/*
2112918Sjeff * Copyright 2010, Haiku, Inc. All Rights Reserved.
3124583Smtm * Distributed under the terms of the MIT License.
4112918Sjeff *
5112918Sjeff * Authors:
6112918Sjeff *		Axel D��rfler, axeld@pinc-software.de
7112918Sjeff */
8112918Sjeff#ifndef _WPA_SUPPLICANT_H
9112918Sjeff#define _WPA_SUPPLICANT_H
10112918Sjeff
11112918Sjeff
12112918Sjeff#define kWPASupplicantSignature	"application/x-vnd.malinen-wpa_supplicant"
13112918Sjeff
14112918Sjeff#define kMsgWPAStartWatching	'WPAw'
15112918Sjeff#define kMsgWPAStopWatching		'WPAs'
16112918Sjeff#define kMsgWPAJoinNetwork		'WPAj'
17112918Sjeff#define kMsgWPALeaveNetwork		'WPAl'
18112918Sjeff
19112918Sjeff
20112918Sjeff#endif	// _WPA_SUPPLICANT_H
21112918Sjeff