ieee802_11_auth.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { HOSTAPD_ACL_REJECT = 0, HOSTAPD_ACL_ACCEPT = 1, HOSTAPD_ACL_PENDING = 2, HOSTAPD_ACL_ACCEPT_TIMEOUT = 3 }

Functions

void hostapd_acl_deinit (struct hostapd_data *hapd)
int hostapd_acl_init (struct hostapd_data *hapd)
int hostapd_allowed_address (struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id)

Enumeration Type Documentation

anonymous enum
Enumerator:
HOSTAPD_ACL_REJECT 
HOSTAPD_ACL_ACCEPT 
HOSTAPD_ACL_PENDING 
HOSTAPD_ACL_ACCEPT_TIMEOUT 

Definition at line 18 of file ieee802_11_auth.h.


Function Documentation

void hostapd_acl_deinit ( struct hostapd_data hapd  ) 

hostapd_acl_deinit - Deinitialize IEEE 802.11 ACL : hostapd BSS data

Definition at line 508 of file ieee802_11_auth.c.

int hostapd_acl_init ( struct hostapd_data hapd  ) 

hostapd_acl_init: Initialize IEEE 802.11 ACL : hostapd BSS data Returns: 0 on success, -1 on failure

Definition at line 490 of file ieee802_11_auth.c.

int hostapd_allowed_address ( struct hostapd_data hapd,
const u8 addr,
const u8 msg,
size_t  len,
u32 session_timeout,
u32 acct_interim_interval,
int *  vlan_id 
)

hostapd_allowed_address - Check whether a specified STA can be authenticated : hostapd BSS data : MAC address of the STA : Authentication message : Length of msg in octets : Buffer for returning session timeout (from RADIUS) : Buffer for returning account interval (from RADIUS) : Buffer for returning VLAN ID Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING

Definition at line 214 of file ieee802_11_auth.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Fri Jan 11 10:04:43 2013