Home
last modified time | relevance | path

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

/hostap-3.7.0/src/drivers/
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()
Ddriver.h3738 u8 qos_map_set_len);
Ddriver_nl80211.c10150 u8 qos_map_set_len) in nl80211_set_qos_map() argument
10158 qos_map_set, qos_map_set_len); in nl80211_set_qos_map()
10161 nla_put(msg, NL80211_ATTR_QOS_MAP, qos_map_set_len, qos_map_set)) { in nl80211_set_qos_map()
/hostap-3.7.0/src/common/
Dieee802_11_common.h142 u8 qos_map_set_len; member
Dieee802_11_common.c508 elems->qos_map_set_len = elen; in ieee802_11_parse_elems()
/hostap-3.7.0/src/ap/
Dieee802_11_shared.c377 if (hapd->conf->qos_map_set_len) in hostapd_ext_capab_byte()
489 u8 len = hapd->conf->qos_map_set_len; in hostapd_eid_qos_map_set()
Dap_drv_ops.c853 const u8 *qos_map_set, u8 qos_map_set_len) in hostapd_drv_set_qos_map() argument
858 qos_map_set_len); in hostapd_drv_set_qos_map()
Dap_drv_ops.h147 u8 qos_map_set_len);
Dap_config.h598 unsigned int qos_map_set_len; member
Dhostapd.c1344 if (conf->qos_map_set_len && in hostapd_setup_bss()
1346 conf->qos_map_set_len)) { in hostapd_setup_bss()
/hostap-3.7.0/wpa_supplicant/
Ddriver_i.h700 const u8 *qos_map_set, u8 qos_map_set_len) in wpa_drv_set_qos_map() argument
705 qos_map_set_len); in wpa_drv_set_qos_map()
Devents.c2581 elems.qos_map_set_len); in interworking_process_assoc_resp()
/hostap-3.7.0/hostapd/
Dctrl_iface.c713 hapd->conf->qos_map_set_len = count; in hostapd_ctrl_iface_set_qos_map_set()
726 u8 qos_map_set_len = hapd->conf->qos_map_set_len; in hostapd_ctrl_iface_send_qos_map_conf() local
729 if (!qos_map_set_len) { in hostapd_ctrl_iface_send_qos_map_conf()
751 buf = wpabuf_alloc(2 + 2 + qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
760 wpabuf_put_u8(buf, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
761 wpabuf_put_data(buf, qos_map_set, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
Dconfig_file.c1683 bss->qos_map_set_len = count; in parse_qos_map_set()