]> git.ipfire.org Git - thirdparty/hostap.git/blame - hostapd/wme.h
Mark management frame processing functions to use const buffer
[thirdparty/hostap.git] / hostapd / wme.h
CommitLineData
6fc6879b
JM
1/*
2 * hostapd / WMM (Wi-Fi Multimedia)
3 * Copyright 2002-2003, Instant802 Networks, Inc.
4 * Copyright 2005-2006, Devicescape Software, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * Alternatively, this software may be distributed under the terms of BSD
11 * license.
12 *
13 * See README and COPYING for more details.
14 */
15
16#ifndef WME_H
17#define WME_H
18
6fc6879b
JM
19struct ieee80211_mgmt;
20
3ae0800c 21u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
9294bfef
JM
22int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
23 size_t len);
b57e086c
JM
24void hostapd_wmm_action(struct hostapd_data *hapd,
25 const struct ieee80211_mgmt *mgmt, size_t len);
f238cf9f 26int wmm_process_tspec(struct wmm_tspec_element *tspec);
6fc6879b
JM
27
28#endif /* WME_H */