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

wpa_supplicant - IBSS RSN More...

Go to the source code of this file.

Data Structures

struct  ibss_rsn_peer
 
struct  ibss_rsn
 

Macros

#define IBSS_RSN_AUTH_NOT_AUTHENTICATED   0x00
 
#define IBSS_RSN_AUTH_EAPOL_BY_PEER   0x01
 
#define IBSS_RSN_AUTH_BY_US   0x02
 
#define IBSS_RSN_AUTH_EAPOL_BY_US   0x04
 
#define IBSS_RSN_SET_PTK_SUPP   0x08
 
#define IBSS_RSN_SET_PTK_AUTH   0x10
 
#define IBSS_RSN_REPORTED_PTK   0x20
 

Functions

struct ibss_rsnibss_rsn_init (struct wpa_supplicant *wpa_s)
 
void ibss_rsn_deinit (struct ibss_rsn *ibss_rsn)
 
int ibss_rsn_start (struct ibss_rsn *ibss_rsn, const u8 *addr)
 
void ibss_rsn_stop (struct ibss_rsn *ibss_rsn, const u8 *peermac)
 
int ibss_rsn_rx_eapol (struct ibss_rsn *ibss_rsn, const u8 *src_addr, const u8 *buf, size_t len)
 
void ibss_rsn_set_psk (struct ibss_rsn *ibss_rsn, const u8 *psk)
 
void ibss_rsn_handle_auth (struct ibss_rsn *ibss_rsn, const u8 *auth_frame, size_t len)
 

Detailed Description

wpa_supplicant - IBSS RSN