wpa_supplicant / hostapd
2.5
|
hostapd / IEEE 802.11ac VHT More...
#include "utils/includes.h"
#include "utils/common.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"
Functions | |
u8 * | hostapd_eid_vht_capabilities (struct hostapd_data *hapd, u8 *eid) |
u8 * | hostapd_eid_vht_operation (struct hostapd_data *hapd, u8 *eid) |
u16 | copy_sta_vht_capab (struct hostapd_data *hapd, struct sta_info *sta, const u8 *vht_capab) |
u16 | copy_sta_vendor_vht (struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t len) |
u8 * | hostapd_eid_vendor_vht (struct hostapd_data *hapd, u8 *eid) |
u16 | set_sta_vht_opmode (struct hostapd_data *hapd, struct sta_info *sta, const u8 *vht_oper_notif) |
void | hostapd_get_vht_capab (struct hostapd_data *hapd, struct ieee80211_vht_capabilities *vht_cap, struct ieee80211_vht_capabilities *neg_vht_cap) |
hostapd / IEEE 802.11ac VHT
This program is free software; you can redistribute it and/or modify it under the terms of BSD license
See README and COPYING for more details.