Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
join.c File Reference
#include "decl.h"
#include "ioctl.h"
#include "util.h"
#include "fw.h"
#include "main.h"
#include "wmm.h"
#include "11n.h"

Go to the source code of this file.

Macros

#define CAPINFO_MASK   (~(BIT(15) | BIT(14) | BIT(12) | BIT(11) | BIT(9)))
 
#define DS_PARA_IE_ID   3
 
#define DS_PARA_IE_LEN   1
 
#define IBSS_PARA_IE_ID   6
 
#define IBSS_PARA_IE_LEN   2
 
#define USE_G_PROTECTION   0x02
 

Functions

int mwifiex_cmd_802_11_associate (struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, struct mwifiex_bssdescriptor *bss_desc)
 
int mwifiex_ret_802_11_associate (struct mwifiex_private *priv, struct host_cmd_ds_command *resp)
 
int mwifiex_cmd_802_11_ad_hoc_start (struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, struct cfg80211_ssid *req_ssid)
 
int mwifiex_cmd_802_11_ad_hoc_join (struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, struct mwifiex_bssdescriptor *bss_desc)
 
int mwifiex_ret_802_11_ad_hoc (struct mwifiex_private *priv, struct host_cmd_ds_command *resp)
 
int mwifiex_associate (struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc)
 
int mwifiex_adhoc_start (struct mwifiex_private *priv, struct cfg80211_ssid *adhoc_ssid)
 
int mwifiex_adhoc_join (struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc)
 
int mwifiex_deauthenticate (struct mwifiex_private *priv, u8 *mac)
 
 EXPORT_SYMBOL_GPL (mwifiex_deauthenticate)
 
u8 mwifiex_band_to_radio_type (u8 band)
 

Macro Definition Documentation

#define CAPINFO_MASK   (~(BIT(15) | BIT(14) | BIT(12) | BIT(11) | BIT(9)))

Definition at line 28 of file join.c.

#define DS_PARA_IE_ID   3
#define DS_PARA_IE_LEN   1
#define IBSS_PARA_IE_ID   6
#define IBSS_PARA_IE_LEN   2
#define USE_G_PROTECTION   0x02

Function Documentation

EXPORT_SYMBOL_GPL ( mwifiex_deauthenticate  )
int mwifiex_adhoc_join ( struct mwifiex_private priv,
struct mwifiex_bssdescriptor bss_desc 
)

Definition at line 1314 of file join.c.

int mwifiex_adhoc_start ( struct mwifiex_private priv,
struct cfg80211_ssid adhoc_ssid 
)

Definition at line 1294 of file join.c.

int mwifiex_associate ( struct mwifiex_private priv,
struct mwifiex_bssdescriptor bss_desc 
)

Definition at line 1266 of file join.c.

u8 mwifiex_band_to_radio_type ( u8  band)

Definition at line 1402 of file join.c.

int mwifiex_cmd_802_11_ad_hoc_join ( struct mwifiex_private priv,
struct host_cmd_ds_command cmd,
struct mwifiex_bssdescriptor bss_desc 
)

Definition at line 1029 of file join.c.

int mwifiex_cmd_802_11_ad_hoc_start ( struct mwifiex_private priv,
struct host_cmd_ds_command cmd,
struct cfg80211_ssid req_ssid 
)

Definition at line 761 of file join.c.

int mwifiex_cmd_802_11_associate ( struct mwifiex_private priv,
struct host_cmd_ds_command cmd,
struct mwifiex_bssdescriptor bss_desc 
)

Definition at line 382 of file join.c.

int mwifiex_deauthenticate ( struct mwifiex_private priv,
u8 mac 
)

Definition at line 1375 of file join.c.

int mwifiex_ret_802_11_ad_hoc ( struct mwifiex_private priv,
struct host_cmd_ds_command resp 
)

Definition at line 1176 of file join.c.

int mwifiex_ret_802_11_associate ( struct mwifiex_private priv,
struct host_cmd_ds_command resp 
)

Definition at line 610 of file join.c.