#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.
|
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) |
|
#define IBSS_PARA_IE_ID 6 |
#define IBSS_PARA_IE_LEN 2 |
#define USE_G_PROTECTION 0x02 |
u8 mwifiex_band_to_radio_type |
( |
u8 |
band | ) |
|