2 * WPA Supplicant - privilege separation commands
3 * Copyright (c) 2007, Jouni Malinen <j@w1.fi>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
9 * Alternatively, this software may be distributed under the terms of BSD
12 * See README and COPYING for more details.
15 #ifndef PRIVSEP_COMMANDS_H
16 #define PRIVSEP_COMMANDS_H
20 PRIVSEP_CMD_UNREGISTER
,
23 PRIVSEP_CMD_GET_SCAN_RESULTS
,
24 PRIVSEP_CMD_ASSOCIATE
,
25 PRIVSEP_CMD_GET_BSSID
,
29 PRIVSEP_CMD_L2_REGISTER
,
30 PRIVSEP_CMD_L2_UNREGISTER
,
31 PRIVSEP_CMD_L2_NOTIFY_AUTH_START
,
35 struct privsep_cmd_associate
47 /* followed by wpa_ie_len bytes of wpa_ie */
50 struct privsep_cmd_set_key
63 PRIVSEP_EVENT_SCAN_RESULTS
,
65 PRIVSEP_EVENT_DISASSOC
,
66 PRIVSEP_EVENT_ASSOCINFO
,
67 PRIVSEP_EVENT_MICHAEL_MIC_FAILURE
,
68 PRIVSEP_EVENT_INTERFACE_STATUS
,
69 PRIVSEP_EVENT_PMKID_CANDIDATE
,
70 PRIVSEP_EVENT_STKSTART
,
71 PRIVSEP_EVENT_FT_RESPONSE
,
72 PRIVSEP_EVENT_RX_EAPOL
,
75 #endif /* PRIVSEP_COMMANDS_H */