* The net_server now tries to join the network via wpa_supplicant, if available.
* Add some output when automatically joining a network. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39851 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright 2010, Haiku, Inc. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Axel Dörfler, [email protected]
|
||||
*/
|
||||
#ifndef _WPA_SUPPLICANT_H
|
||||
#define _WPA_SUPPLICANT_H
|
||||
|
||||
|
||||
#define kWPASupplicantSignature "application/x-vnd.malinen-wpa_supplicant"
|
||||
|
||||
#define kMsgWPAStartWatching 'WPAw'
|
||||
#define kMsgWPAStopWatching 'WPAs'
|
||||
#define kMsgWPAJoinNetwork 'WPAj'
|
||||
#define kMsgWPALeaveNetwork 'WPAl'
|
||||
|
||||
|
||||
#endif // _WPA_SUPPLICANT_H
|
||||
Reference in New Issue
Block a user