#include <linux/export.h>
#include <net/mac80211.h>
#include "ieee80211_i.h"
#include "driver-trace.h"
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL_GPL (ieee80211_ready_on_channel) | |
EXPORT_SYMBOL_GPL (ieee80211_remain_on_channel_expired) | |
static void | ieee80211_hw_roc_done (struct work_struct *work) |
void | ieee80211_hw_roc_setup (struct ieee80211_local *local) |
static void | ieee80211_hw_roc_start (struct work_struct *work) |
static void | ieee80211_offchannel_ps_disable (struct ieee80211_sub_if_data *sdata) |
static void | ieee80211_offchannel_ps_enable (struct ieee80211_sub_if_data *sdata) |
void | ieee80211_offchannel_return (struct ieee80211_local *local, bool enable_beaconing) |
void | ieee80211_offchannel_stop_beaconing (struct ieee80211_local *local) |
void | ieee80211_offchannel_stop_station (struct ieee80211_local *local) |
void | ieee80211_ready_on_channel (struct ieee80211_hw *hw) |
void | ieee80211_remain_on_channel_expired (struct ieee80211_hw *hw) |
static void ieee80211_hw_roc_done | ( | struct work_struct * | work | ) | [static] |
Definition at line 237 of file kernel-3.2/offchannel.c.
void ieee80211_hw_roc_setup | ( | struct ieee80211_local * | local | ) |
Definition at line 290 of file kernel-3.2/offchannel.c.
static void ieee80211_hw_roc_start | ( | struct work_struct * | work | ) | [static] |
Definition at line 196 of file kernel-3.2/offchannel.c.
static void ieee80211_offchannel_ps_disable | ( | struct ieee80211_sub_if_data * | sdata | ) | [static] |
Definition at line 61 of file kernel-3.2/offchannel.c.
static void ieee80211_offchannel_ps_enable | ( | struct ieee80211_sub_if_data * | sdata | ) | [static] |
Definition at line 24 of file kernel-3.2/offchannel.c.
void ieee80211_offchannel_return | ( | struct ieee80211_local * | local, |
bool | enable_beaconing | ||
) |
Definition at line 154 of file kernel-3.2/offchannel.c.
void ieee80211_offchannel_stop_beaconing | ( | struct ieee80211_local * | local | ) |
Definition at line 99 of file kernel-3.2/offchannel.c.
void ieee80211_offchannel_stop_station | ( | struct ieee80211_local * | local | ) |
Definition at line 132 of file kernel-3.2/offchannel.c.
void ieee80211_ready_on_channel | ( | struct ieee80211_hw * | hw | ) |
Definition at line 227 of file kernel-3.2/offchannel.c.
void ieee80211_remain_on_channel_expired | ( | struct ieee80211_hw * | hw | ) |
Definition at line 280 of file kernel-3.2/offchannel.c.