Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wext_events.c File Reference
#include <linux/types.h>
#include <linux/etherdevice.h>
#include <linux/if_arp.h>
#include "csr_wifi_hip_unifi.h"
#include "unifi_priv.h"

Go to the source code of this file.

Functions

void wext_send_assoc_event (unifi_priv_t *priv, unsigned char *bssid, unsigned char *req_ie, int req_ie_len, unsigned char *resp_ie, int resp_ie_len, unsigned char *scan_ie, unsigned int scan_ie_len)
 
void wext_send_disassoc_event (unifi_priv_t *priv)
 
void wext_send_scan_results_event (unifi_priv_t *priv)
 
void wext_send_michaelmicfailure_event (unifi_priv_t *priv, u16 count, CsrWifiMacAddress address, CsrWifiSmeKeyType keyType, u16 interfaceTag)
 
void wext_send_pmkid_candidate_event (unifi_priv_t *priv, CsrWifiMacAddress bssid, u8 preauth_allowed, u16 interfaceTag)
 
void wext_send_started_event (unifi_priv_t *priv)
 

Function Documentation

void wext_send_assoc_event ( unifi_priv_t priv,
unsigned char bssid,
unsigned char req_ie,
int  req_ie_len,
unsigned char resp_ie,
int  resp_ie_len,
unsigned char scan_ie,
unsigned int  scan_ie_len 
)

Definition at line 45 of file wext_events.c.

void wext_send_disassoc_event ( unifi_priv_t priv)

Definition at line 96 of file wext_events.c.

void wext_send_michaelmicfailure_event ( unifi_priv_t priv,
u16  count,
CsrWifiMacAddress  address,
CsrWifiSmeKeyType  keyType,
u16  interfaceTag 
)

Definition at line 217 of file wext_events.c.

void wext_send_pmkid_candidate_event ( unifi_priv_t priv,
CsrWifiMacAddress  bssid,
u8  preauth_allowed,
u16  interfaceTag 
)

Definition at line 239 of file wext_events.c.

void wext_send_scan_results_event ( unifi_priv_t priv)

Definition at line 127 of file wext_events.c.

void wext_send_started_event ( unifi_priv_t priv)

Definition at line 272 of file wext_events.c.