wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Enumerations
privsep_commands.h File Reference

WPA Supplicant - privilege separation commands. More...

#include "common/ieee802_11_defs.h"

Go to the source code of this file.

Data Structures

struct  privsep_cmd_authenticate
 
struct  privsep_cmd_associate
 
struct  privsep_cmd_set_key
 
struct  privsep_event_auth
 

Enumerations

enum  privsep_cmd {
  PRIVSEP_CMD_REGISTER, PRIVSEP_CMD_UNREGISTER, PRIVSEP_CMD_SCAN, PRIVSEP_CMD_GET_SCAN_RESULTS,
  PRIVSEP_CMD_ASSOCIATE, PRIVSEP_CMD_GET_BSSID, PRIVSEP_CMD_GET_SSID, PRIVSEP_CMD_SET_KEY,
  PRIVSEP_CMD_GET_CAPA, PRIVSEP_CMD_L2_REGISTER, PRIVSEP_CMD_L2_UNREGISTER, PRIVSEP_CMD_L2_NOTIFY_AUTH_START,
  PRIVSEP_CMD_L2_SEND, PRIVSEP_CMD_SET_COUNTRY, PRIVSEP_CMD_AUTHENTICATE
}
 
enum  privsep_event {
  PRIVSEP_EVENT_SCAN_RESULTS, PRIVSEP_EVENT_ASSOC, PRIVSEP_EVENT_DISASSOC, PRIVSEP_EVENT_ASSOCINFO,
  PRIVSEP_EVENT_MICHAEL_MIC_FAILURE, PRIVSEP_EVENT_INTERFACE_STATUS, PRIVSEP_EVENT_PMKID_CANDIDATE, PRIVSEP_EVENT_STKSTART,
  PRIVSEP_EVENT_FT_RESPONSE, PRIVSEP_EVENT_RX_EAPOL, PRIVSEP_EVENT_SCAN_STARTED, PRIVSEP_EVENT_AUTH
}
 

Detailed Description

WPA Supplicant - privilege separation commands.