wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wmm.h
Go to the documentation of this file.
1 
6 #ifndef WME_H
7 #define WME_H
8 
9 struct ieee80211_mgmt;
10 struct wmm_tspec_element;
11 
12 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
13 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
14  size_t len);
15 void hostapd_wmm_action(struct hostapd_data *hapd,
16  const struct ieee80211_mgmt *mgmt, size_t len);
17 int wmm_process_tspec(struct wmm_tspec_element *tspec);
18 
19 #endif /* WME_H */
Definition: ieee802_11_defs.h:464
Definition: ieee802_11_defs.h:957
hostapd per-BSS data structure
Definition: hostapd.h:103