15 #define IBSS_RSN_AUTH_NOT_AUTHENTICATED 0x00 17 #define IBSS_RSN_AUTH_EAPOL_BY_PEER 0x01 19 #define IBSS_RSN_AUTH_BY_US 0x02 21 #define IBSS_RSN_AUTH_EAPOL_BY_US 0x04 23 #define IBSS_RSN_SET_PTK_SUPP 0x08 25 #define IBSS_RSN_SET_PTK_AUTH 0x10 27 #define IBSS_RSN_REPORTED_PTK 0x20 36 enum wpa_states supp_state;
41 int authentication_status;
57 int ibss_rsn_start(
struct ibss_rsn *ibss_rsn,
const u8 *addr);
58 void ibss_rsn_stop(
struct ibss_rsn *ibss_rsn,
const u8 *peermac);
59 int ibss_rsn_rx_eapol(
struct ibss_rsn *ibss_rsn,
const u8 *src_addr,
60 const u8 *buf,
size_t len);
61 void ibss_rsn_set_psk(
struct ibss_rsn *ibss_rsn,
const u8 *psk);
62 void ibss_rsn_handle_auth(
struct ibss_rsn *ibss_rsn,
const u8 *auth_frame,
Definition: wpa_auth_i.h:24
Definition: ibss_rsn.h:29
Definition: wpa_auth_i.h:189
struct wpa_supplicant - Internal data for wpa_supplicant interface
Definition: wpa_supplicant_i.h:472
struct wpa_sm - Internal WPA state machine data
Definition: wpa_i.h:21
struct wpa_ssid - Network configuration data
Definition: config_ssid.h:55
Definition: ibss_rsn.h:46