btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / net / WPASupplicant.h
blob52251b358f45a1de557edff5973adf11213a86cd
1 /*
2 * Copyright 2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Axel Dörfler, axeld@pinc-software.de
7 */
8 #ifndef _WPA_SUPPLICANT_H
9 #define _WPA_SUPPLICANT_H
12 #define kWPASupplicantSignature "application/x-vnd.malinen-wpa_supplicant"
14 #define kMsgWPAStartWatching 'WPAw'
15 #define kMsgWPAStopWatching 'WPAs'
16 #define kMsgWPAJoinNetwork 'WPAj'
17 #define kMsgWPALeaveNetwork 'WPAl'
20 #endif // _WPA_SUPPLICANT_H