|
wpa_supplicant / hostapd
2.5
|
hostapd / WMM (Wi-Fi Multimedia) Copyright 2005-2006, Devicescape Software, Inc. Copyright (c) 2009, Jouni Malinen j@w1.fi More...
#include "utils/includes.h"#include "utils/common.h"#include "common/ieee802_11_defs.h"#include "common/ieee802_11_common.h"#include "hostapd.h"#include "ieee802_11.h"#include "sta_info.h"#include "ap_config.h"#include "ap_drv_ops.h"#include "wmm.h"Functions | |
| u8 * | hostapd_eid_wmm (struct hostapd_data *hapd, u8 *eid) |
| int | hostapd_eid_wmm_valid (struct hostapd_data *hapd, const u8 *eid, size_t len) |
| int | wmm_process_tspec (struct wmm_tspec_element *tspec) |
| void | hostapd_wmm_action (struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) |
hostapd / WMM (Wi-Fi Multimedia) Copyright 2005-2006, Devicescape Software, Inc. Copyright (c) 2009, Jouni Malinen j@w1.fi
1.8.6