wpa_supplicant / hostapd
2.5
|
Wi-Fi Multimedia Admission Control (WMM-AC) Copyright(c) 2014, Intel Mobile Communication GmbH. Copyright(c) 2014, Intel Corporation. All rights reserved. More...
Go to the source code of this file.
Data Structures | |
struct | wmm_ac_assoc_data |
WMM Admission Control Association Data. More... | |
struct | wmm_ac_addts_request |
ADDTS Request Information. More... | |
struct | wmm_ac_ts_setup_params |
TS setup parameters. More... | |
Enumerations | |
enum | wmm_ac_dir { WMM_AC_DIR_UPLINK = 0, WMM_AC_DIR_DOWNLINK = 1, WMM_AC_DIR_BIDIRECTIONAL = 3 } |
WMM Admission Control Direction. | |
enum | ts_dir_idx { TS_DIR_IDX_UPLINK, TS_DIR_IDX_DOWNLINK, TS_DIR_IDX_BIDI, TS_DIR_IDX_COUNT } |
indices of internally saved tspecs More... | |
Functions | |
void | wmm_ac_notify_assoc (struct wpa_supplicant *wpa_s, const u8 *ies, size_t ies_len, const struct wmm_params *wmm_params) |
void | wmm_ac_notify_disassoc (struct wpa_supplicant *wpa_s) |
int | wpas_wmm_ac_addts (struct wpa_supplicant *wpa_s, struct wmm_ac_ts_setup_params *params) |
int | wpas_wmm_ac_delts (struct wpa_supplicant *wpa_s, u8 tsid) |
void | wmm_ac_rx_action (struct wpa_supplicant *wpa_s, const u8 *da, const u8 *sa, const u8 *data, size_t len) |
int | wpas_wmm_ac_status (struct wpa_supplicant *wpa_s, char *buf, size_t buflen) |
void | wmm_ac_save_tspecs (struct wpa_supplicant *wpa_s) |
void | wmm_ac_clear_saved_tspecs (struct wpa_supplicant *wpa_s) |
int | wmm_ac_restore_tspecs (struct wpa_supplicant *wpa_s) |
Wi-Fi Multimedia Admission Control (WMM-AC) Copyright(c) 2014, Intel Mobile Communication GmbH. Copyright(c) 2014, Intel Corporation. All rights reserved.
enum ts_dir_idx |
indices of internally saved tspecs
we can have multiple tspecs (downlink + uplink) per ac. save them in array, and use the enum to directly access the respective tspec slot (according to the direction).