Home
last modified time | relevance | path

Searched refs:qos_map_set_len (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c806 u8 qos_map_set_len) in atheros_set_qos_map() argument
815 if (qos_map_set_len < 16 || qos_map_set_len > 58 || in atheros_set_qos_map()
816 qos_map_set_len & 1) { in atheros_set_qos_map()
829 qos_map->num_dscp_except = (qos_map_set_len - 16) / 2; in atheros_set_qos_map()
837 up_start = qos_map_set_len - 16; in atheros_set_qos_map()
H A Ddriver.h4253 u8 qos_map_set_len);
H A Ddriver_nl80211.c11647 u8 qos_map_set_len) in nl80211_set_qos_map() argument
11655 qos_map_set, qos_map_set_len); in nl80211_set_qos_map()
11658 nla_put(msg, NL80211_ATTR_QOS_MAP, qos_map_set_len, qos_map_set)) { in nl80211_set_qos_map()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h141 u8 qos_map_set_len; member
H A Dieee802_11_common.c566 elems->qos_map_set_len = elen; in __ieee802_11_parse_elems()
799 elems->qos_map_set_len = 0; in ieee802_11_elems_clear_ids()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c403 if (hapd->conf->qos_map_set_len) in hostapd_ext_capab_byte()
529 u8 len = hapd->conf->qos_map_set_len; in hostapd_eid_qos_map_set()
H A Dap_drv_ops.c1035 const u8 *qos_map_set, u8 qos_map_set_len) in hostapd_drv_set_qos_map() argument
1041 qos_map_set_len); in hostapd_drv_set_qos_map()
H A Dap_drv_ops.h160 u8 qos_map_set_len);
H A Dap_config.h614 unsigned int qos_map_set_len; member
H A Dhostapd.c1665 if (conf->qos_map_set_len && in hostapd_setup_bss()
1667 conf->qos_map_set_len)) { in hostapd_setup_bss()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h696 const u8 *qos_map_set, u8 qos_map_set_len) in wpa_drv_set_qos_map() argument
701 qos_map_set_len); in wpa_drv_set_qos_map()
H A Devents.c3007 elems.qos_map_set_len); in interworking_process_assoc_resp()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c716 hapd->conf->qos_map_set_len = count; in hostapd_ctrl_iface_set_qos_map_set()
729 u8 qos_map_set_len = hapd->conf->qos_map_set_len; in hostapd_ctrl_iface_send_qos_map_conf() local
732 if (!qos_map_set_len) { in hostapd_ctrl_iface_send_qos_map_conf()
754 buf = wpabuf_alloc(2 + 2 + qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
763 wpabuf_put_u8(buf, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
764 wpabuf_put_data(buf, qos_map_set, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
H A Dconfig_file.c1719 bss->qos_map_set_len = count; in parse_qos_map_set()