Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
prism2mgmt.h File Reference

Go to the source code of this file.

Functions

u32 prism2sta_ifstate (wlandevice_t *wlandev, u32 ifstate)
 
void prism2sta_ev_info (wlandevice_t *wlandev, hfa384x_InfFrame_t *inf)
 
void prism2sta_ev_txexc (wlandevice_t *wlandev, u16 status)
 
void prism2sta_ev_tx (wlandevice_t *wlandev, u16 status)
 
void prism2sta_ev_rx (wlandevice_t *wlandev, struct sk_buff *skb)
 
void prism2sta_ev_alloc (wlandevice_t *wlandev)
 
int prism2mgmt_mibset_mibget (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_scan (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_scan_results (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_start (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_wlansniff (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_readpda (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_ramdl_state (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_ramdl_write (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_flashdl_state (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_flashdl_write (wlandevice_t *wlandev, void *msgp)
 
int prism2mgmt_autojoin (wlandevice_t *wlandev, void *msgp)
 
void prism2mgmt_pstr2bytearea (u8 *bytearea, p80211pstrd_t *pstr)
 
void prism2mgmt_bytearea2pstr (u8 *bytearea, p80211pstrd_t *pstr, int len)
 
void prism2mgmt_pstr2bytestr (hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr)
 
void prism2mgmt_bytestr2pstr (hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr)
 
void prism2mgmt_get_grpaddr (u32 did, p80211pstrd_t *pstr, hfa384x_t *priv)
 
int prism2mgmt_set_grpaddr (u32 did, u8 *prism2buf, p80211pstrd_t *pstr, hfa384x_t *priv)
 
int prism2mgmt_get_grpaddr_index (u32 did)
 
void prism2sta_processing_defer (struct work_struct *data)
 
void prism2sta_commsqual_defer (struct work_struct *data)
 
void prism2sta_commsqual_timer (unsigned long data)
 

Variables

int prism2_reset_holdtime
 
int prism2_reset_settletime
 

Function Documentation

int prism2mgmt_autojoin ( wlandevice_t wlandev,
void msgp 
)

Definition at line 1008 of file prism2mgmt.c.

void prism2mgmt_bytearea2pstr ( u8 bytearea,
p80211pstrd_t pstr,
int  len 
)

Definition at line 828 of file prism2mib.c.

void prism2mgmt_bytestr2pstr ( hfa384x_bytestr_t bytestr,
p80211pstrd_t pstr 
)

Definition at line 807 of file prism2mib.c.

int prism2mgmt_flashdl_state ( wlandevice_t wlandev,
void msgp 
)

Definition at line 876 of file prism2mgmt.c.

int prism2mgmt_flashdl_write ( wlandevice_t wlandev,
void msgp 
)

Definition at line 947 of file prism2mgmt.c.

void prism2mgmt_get_grpaddr ( u32  did,
p80211pstrd_t pstr,
hfa384x_t *  priv 
)
int prism2mgmt_get_grpaddr_index ( u32  did)
int prism2mgmt_mibset_mibget ( wlandevice_t wlandev,
void msgp 
)

Definition at line 260 of file prism2mib.c.

void prism2mgmt_pstr2bytearea ( u8 bytearea,
p80211pstrd_t pstr 
)

Definition at line 787 of file prism2mib.c.

void prism2mgmt_pstr2bytestr ( hfa384x_bytestr_t bytestr,
p80211pstrd_t pstr 
)

Definition at line 766 of file prism2mib.c.

int prism2mgmt_ramdl_state ( wlandevice_t wlandev,
void msgp 
)

Definition at line 758 of file prism2mgmt.c.

int prism2mgmt_ramdl_write ( wlandevice_t wlandev,
void msgp 
)

Definition at line 814 of file prism2mgmt.c.

int prism2mgmt_readpda ( wlandevice_t wlandev,
void msgp 
)

Definition at line 692 of file prism2mgmt.c.

int prism2mgmt_scan ( wlandevice_t wlandev,
void msgp 
)

Definition at line 116 of file prism2mgmt.c.

int prism2mgmt_scan_results ( wlandevice_t wlandev,
void msgp 
)

Definition at line 361 of file prism2mgmt.c.

int prism2mgmt_set_grpaddr ( u32  did,
u8 prism2buf,
p80211pstrd_t pstr,
hfa384x_t *  priv 
)
int prism2mgmt_start ( wlandevice_t wlandev,
void msgp 
)

Definition at line 515 of file prism2mgmt.c.

int prism2mgmt_wlansniff ( wlandevice_t wlandev,
void msgp 
)

Definition at line 1079 of file prism2mgmt.c.

void prism2sta_commsqual_defer ( struct work_struct data)

Definition at line 1956 of file prism2sta.c.

void prism2sta_commsqual_timer ( unsigned long  data)

Definition at line 2045 of file prism2sta.c.

void prism2sta_ev_alloc ( wlandevice_t wlandev)

Definition at line 1896 of file prism2sta.c.

void prism2sta_ev_info ( wlandevice_t wlandev,
hfa384x_InfFrame_t inf 
)

Definition at line 1764 of file prism2sta.c.

void prism2sta_ev_rx ( wlandevice_t wlandev,
struct sk_buff skb 
)

Definition at line 1875 of file prism2sta.c.

void prism2sta_ev_tx ( wlandevice_t wlandev,
u16  status 
)

Definition at line 1852 of file prism2sta.c.

void prism2sta_ev_txexc ( wlandevice_t wlandev,
u16  status 
)

Definition at line 1831 of file prism2sta.c.

u32 prism2sta_ifstate ( wlandevice_t wlandev,
u32  ifstate 
)

Definition at line 438 of file prism2sta.c.

void prism2sta_processing_defer ( struct work_struct data)

Definition at line 1193 of file prism2sta.c.

Variable Documentation

int prism2_reset_holdtime

Definition at line 109 of file prism2sta.c.

int prism2_reset_settletime

Definition at line 110 of file prism2sta.c.