Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
sta_info.h File Reference
#include "osdep_service.h"
#include "drv_types.h"
#include "wifi.h"

Go to the source code of this file.

Data Structures

struct  wlan_acl_node
 
struct  wlan_acl_pool
 
struct  stainfo_stats
 
struct  sta_info
 
struct  sta_priv
 

Macros

#define NUM_STA   32
 
#define NUM_ACL   64
 

Functions

u32 _r8712_init_sta_priv (struct sta_priv *pstapriv)
 
u32 _r8712_free_sta_priv (struct sta_priv *pstapriv)
 
struct sta_infor8712_alloc_stainfo (struct sta_priv *pstapriv, u8 *hwaddr)
 
void r8712_free_stainfo (struct _adapter *padapter, struct sta_info *psta)
 
void r8712_free_all_stainfo (struct _adapter *padapter)
 
struct sta_infor8712_get_stainfo (struct sta_priv *pstapriv, u8 *hwaddr)
 
void r8712_init_bcmc_stainfo (struct _adapter *padapter)
 
struct sta_infor8712_get_bcmc_stainfo (struct _adapter *padapter)
 
u8 r8712_access_ctrl (struct wlan_acl_pool *pacl_list, u8 *mac_addr)
 

Macro Definition Documentation

#define NUM_ACL   64

Definition at line 34 of file sta_info.h.

#define NUM_STA   32

Definition at line 33 of file sta_info.h.

Function Documentation

u32 _r8712_free_sta_priv ( struct sta_priv pstapriv)

Definition at line 102 of file rtl871x_sta_mgt.c.

u32 _r8712_init_sta_priv ( struct sta_priv pstapriv)

Definition at line 49 of file rtl871x_sta_mgt.c.

u8 r8712_access_ctrl ( struct wlan_acl_pool pacl_list,
u8 mac_addr 
)

Definition at line 293 of file rtl871x_sta_mgt.c.

struct sta_info* r8712_alloc_stainfo ( struct sta_priv pstapriv,
u8 hwaddr 
)
read

Definition at line 111 of file rtl871x_sta_mgt.c.

void r8712_free_all_stainfo ( struct _adapter padapter)

Definition at line 216 of file rtl871x_sta_mgt.c.

void r8712_free_stainfo ( struct _adapter padapter,
struct sta_info psta 
)

Definition at line 168 of file rtl871x_sta_mgt.c.

struct sta_info* r8712_get_bcmc_stainfo ( struct _adapter padapter)
read

Definition at line 282 of file rtl871x_sta_mgt.c.

struct sta_info* r8712_get_stainfo ( struct sta_priv pstapriv,
u8 hwaddr 
)
read

Definition at line 243 of file rtl871x_sta_mgt.c.

void r8712_init_bcmc_stainfo ( struct _adapter padapter)

Definition at line 269 of file rtl871x_sta_mgt.c.