#include <linux/ieee80211.h>#include <linux/export.h>#include <net/mac80211.h>#include "ieee80211_i.h"#include "rate.h"
Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL_GPL (ieee80211_request_smps) | |
| void | ieee80211_ba_session_work (struct work_struct *work) |
| void | ieee80211_ht_cap_ie_to_sta_ht_cap (struct ieee80211_supported_band *sband, struct ieee80211_ht_cap *ht_cap_ie, struct ieee80211_sta_ht_cap *ht_cap) |
| void | ieee80211_process_delba (struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee80211_mgmt *mgmt, size_t len) |
| void | ieee80211_request_smps (struct ieee80211_vif *vif, enum ieee80211_smps_mode smps_mode) |
| void | ieee80211_request_smps_work (struct work_struct *work) |
| void | ieee80211_send_delba (struct ieee80211_sub_if_data *sdata, const u8 *da, u16 tid, u16 initiator, u16 reason_code) |
| int | ieee80211_send_smps_action (struct ieee80211_sub_if_data *sdata, enum ieee80211_smps_mode smps, const u8 *da, const u8 *bssid) |
| void | ieee80211_sta_tear_down_BA_sessions (struct sta_info *sta, bool tx) |
| void ieee80211_ba_session_work | ( | struct work_struct * | work | ) |
Definition at line 121 of file kernel-3.2/ht.c.
| void ieee80211_ht_cap_ie_to_sta_ht_cap | ( | struct ieee80211_supported_band * | sband, |
| struct ieee80211_ht_cap * | ht_cap_ie, | ||
| struct ieee80211_sta_ht_cap * | ht_cap | ||
| ) |
Definition at line 22 of file kernel-3.2/ht.c.
| void ieee80211_process_delba | ( | struct ieee80211_sub_if_data * | sdata, |
| struct sta_info * | sta, | ||
| struct ieee80211_mgmt * | mgmt, | ||
| size_t | len | ||
| ) |
Definition at line 220 of file kernel-3.2/ht.c.
| void ieee80211_request_smps | ( | struct ieee80211_vif * | vif, |
| enum ieee80211_smps_mode | smps_mode | ||
| ) |
Definition at line 304 of file kernel-3.2/ht.c.
| void ieee80211_request_smps_work | ( | struct work_struct * | work | ) |
Definition at line 293 of file kernel-3.2/ht.c.
| void ieee80211_send_delba | ( | struct ieee80211_sub_if_data * | sdata, |
| const u8 * | da, | ||
| u16 | tid, | ||
| u16 | initiator, | ||
| u16 | reason_code | ||
| ) |
Definition at line 180 of file kernel-3.2/ht.c.
| int ieee80211_send_smps_action | ( | struct ieee80211_sub_if_data * | sdata, |
| enum ieee80211_smps_mode | smps, | ||
| const u8 * | da, | ||
| const u8 * | bssid | ||
| ) |
Definition at line 246 of file kernel-3.2/ht.c.
| void ieee80211_sta_tear_down_BA_sessions | ( | struct sta_info * | sta, |
| bool | tx | ||
| ) |
Definition at line 108 of file kernel-3.2/ht.c.