Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
offchannel.c File Reference
#include <linux/export.h>
#include <net/mac80211.h>
#include "ieee80211_i.h"
#include "driver-ops.h"

Go to the source code of this file.

Functions

void ieee80211_offchannel_stop_vifs (struct ieee80211_local *local, bool offchannel_ps_enable)
 
void ieee80211_offchannel_return (struct ieee80211_local *local, bool offchannel_ps_disable)
 
void ieee80211_handle_roc_started (struct ieee80211_roc_work *roc)
 
void ieee80211_ready_on_channel (struct ieee80211_hw *hw)
 
 EXPORT_SYMBOL_GPL (ieee80211_ready_on_channel)
 
void ieee80211_start_next_roc (struct ieee80211_local *local)
 
void ieee80211_roc_notify_destroy (struct ieee80211_roc_work *roc)
 
void ieee80211_sw_roc_work (struct work_struct *work)
 
void ieee80211_remain_on_channel_expired (struct ieee80211_hw *hw)
 
 EXPORT_SYMBOL_GPL (ieee80211_remain_on_channel_expired)
 
void ieee80211_roc_setup (struct ieee80211_local *local)
 
void ieee80211_roc_purge (struct ieee80211_sub_if_data *sdata)
 

Function Documentation

EXPORT_SYMBOL_GPL ( ieee80211_ready_on_channel  )
EXPORT_SYMBOL_GPL ( ieee80211_remain_on_channel_expired  )
void ieee80211_handle_roc_started ( struct ieee80211_roc_work roc)

Definition at line 189 of file offchannel.c.

void ieee80211_offchannel_return ( struct ieee80211_local local,
bool  offchannel_ps_disable 
)

Definition at line 143 of file offchannel.c.

void ieee80211_offchannel_stop_vifs ( struct ieee80211_local local,
bool  offchannel_ps_enable 
)

Definition at line 105 of file offchannel.c.

void ieee80211_ready_on_channel ( struct ieee80211_hw hw)

ieee80211_ready_on_channel - notification of remain-on-channel start : pointer as obtained from ieee80211_alloc_hw()

Definition at line 243 of file offchannel.c.

void ieee80211_remain_on_channel_expired ( struct ieee80211_hw hw)

ieee80211_remain_on_channel_expired - remain_on_channel duration expired : pointer as obtained from ieee80211_alloc_hw()

Definition at line 425 of file offchannel.c.

void ieee80211_roc_notify_destroy ( struct ieee80211_roc_work roc)

Definition at line 301 of file offchannel.c.

void ieee80211_roc_purge ( struct ieee80211_sub_if_data sdata)

Definition at line 442 of file offchannel.c.

void ieee80211_roc_setup ( struct ieee80211_local local)

Definition at line 435 of file offchannel.c.

void ieee80211_start_next_roc ( struct ieee80211_local local)

Definition at line 255 of file offchannel.c.

void ieee80211_sw_roc_work ( struct work_struct work)

Definition at line 326 of file offchannel.c.