hostapd / WMM (Wi-Fi Multimedia) More...
#include "includes.h"#include "hostapd.h"#include "ieee802_11.h"#include "wme.h"#include "sta_info.h"#include "driver_i.h"
Go to the source code of this file.
Functions | |
| u8 * | hostapd_eid_wmm (struct hostapd_data *hapd, u8 *eid) |
| int | hostapd_eid_wmm_valid (struct hostapd_data *hapd, u8 *eid, size_t len) |
| int | hostapd_wmm_sta_config (struct hostapd_data *hapd, struct sta_info *sta) |
| int | wmm_process_tspec (struct wmm_tspec_element *tspec) |
| void | hostapd_wmm_action (struct hostapd_data *hapd, struct ieee80211_mgmt *mgmt, size_t len) |
hostapd / WMM (Wi-Fi Multimedia)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file wme.c.
1.6.1