wpa_supplicant / hostapd
2.5
|
hostapd / IEEE 802.11n HT Copyright (c) 2007-2008, Intel Corporation More...
#include "utils/includes.h"
#include "utils/common.h"
#include "utils/eloop.h"
#include "common/ieee802_11_defs.h"
#include "hostapd.h"
#include "ap_config.h"
#include "sta_info.h"
#include "beacon.h"
#include "ieee802_11.h"
#include "hw_features.h"
#include "ap_drv_ops.h"
Functions | |
u8 * | hostapd_eid_ht_capabilities (struct hostapd_data *hapd, u8 *eid) |
u8 * | hostapd_eid_ht_operation (struct hostapd_data *hapd, u8 *eid) |
int | hostapd_ht_operation_update (struct hostapd_iface *iface) |
void | hostapd_2040_coex_action (struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) |
u16 | copy_sta_ht_capab (struct hostapd_data *hapd, struct sta_info *sta, const u8 *ht_capab) |
void | ht40_intolerant_add (struct hostapd_iface *iface, struct sta_info *sta) |
void | ht40_intolerant_remove (struct hostapd_iface *iface, struct sta_info *sta) |
void | update_ht_state (struct hostapd_data *hapd, struct sta_info *sta) |
void | hostapd_get_ht_capab (struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) |
void | ap_ht2040_timeout (void *eloop_data, void *user_data) |
hostapd / IEEE 802.11n HT Copyright (c) 2007-2008, Intel Corporation