#include "utils/includes.h"
#include "utils/common.h"
#include "common/ieee802_11_defs.h"
#include "drivers/driver.h"
#include "hostapd.h"
#include "ap_config.h"
#include "sta_info.h"
#include "beacon.h"
#include "ieee802_11.h"
Go to the source code of this file.
Functions | |
u16 | copy_sta_ht_capab (struct sta_info *sta, const u8 *ht_capab, size_t ht_capab_len) |
u8 * | hostapd_eid_ht_capabilities (struct hostapd_data *hapd, u8 *eid) |
u8 * | hostapd_eid_ht_operation (struct hostapd_data *hapd, u8 *eid) |
void | hostapd_get_ht_capab (struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) |
int | hostapd_ht_operation_update (struct hostapd_iface *iface) |
void | update_ht_state (struct hostapd_data *hapd, struct sta_info *sta) |
static void | update_sta_ht (struct hostapd_data *hapd, struct sta_info *sta) |
static void | update_sta_no_ht (struct hostapd_data *hapd, struct sta_info *sta) |
Definition at line 163 of file ieee802_11_ht.c.
u8* hostapd_eid_ht_capabilities | ( | struct hostapd_data * | hapd, | |
u8 * | eid | |||
) |
Definition at line 28 of file ieee802_11_ht.c.
u8* hostapd_eid_ht_operation | ( | struct hostapd_data * | hapd, | |
u8 * | eid | |||
) |
Definition at line 56 of file ieee802_11_ht.c.
void hostapd_get_ht_capab | ( | struct hostapd_data * | hapd, | |
struct ieee80211_ht_capabilities * | ht_cap, | |||
struct ieee80211_ht_capabilities * | neg_ht_cap | |||
) |
Definition at line 246 of file ieee802_11_ht.c.
int hostapd_ht_operation_update | ( | struct hostapd_iface * | iface | ) |
Definition at line 97 of file ieee802_11_ht.c.
void update_ht_state | ( | struct hostapd_data * | hapd, | |
struct sta_info * | sta | |||
) |
Definition at line 234 of file ieee802_11_ht.c.
static void update_sta_ht | ( | struct hostapd_data * | hapd, | |
struct sta_info * | sta | |||
) | [static] |
Definition at line 189 of file ieee802_11_ht.c.
static void update_sta_no_ht | ( | struct hostapd_data * | hapd, | |
struct sta_info * | sta | |||
) | [static] |
Definition at line 219 of file ieee802_11_ht.c.