Searched refs:qos_map_set_len (Results 1 – 14 of 14) sorted by relevance
343 if (hapd->conf->qos_map_set_len) in hostapd_ext_capab_byte()412 if (hapd->conf->qos_map_set_len || in hostapd_eid_ext_capab()493 u8 len = hapd->conf->qos_map_set_len; in hostapd_eid_qos_map_set()
853 const u8 *qos_map_set, u8 qos_map_set_len) in hostapd_drv_set_qos_map() argument858 qos_map_set_len); in hostapd_drv_set_qos_map()
146 u8 qos_map_set_len);
602 unsigned int qos_map_set_len; member
1333 if (conf->qos_map_set_len && in hostapd_setup_bss()1335 conf->qos_map_set_len)) { in hostapd_setup_bss()
807 u8 qos_map_set_len) in atheros_set_qos_map() argument816 if (qos_map_set_len < 16 || qos_map_set_len > 58 || in atheros_set_qos_map()817 qos_map_set_len & 1) { in atheros_set_qos_map()830 qos_map->num_dscp_except = (qos_map_set_len - 16) / 2; in atheros_set_qos_map()838 up_start = qos_map_set_len - 16; in atheros_set_qos_map()
3617 u8 qos_map_set_len);
9644 u8 qos_map_set_len) in nl80211_set_qos_map() argument9652 qos_map_set, qos_map_set_len); in nl80211_set_qos_map()9655 nla_put(msg, NL80211_ATTR_QOS_MAP, qos_map_set_len, qos_map_set)) { in nl80211_set_qos_map()
139 u8 qos_map_set_len; member
504 elems->qos_map_set_len = elen; in ieee802_11_parse_elems()
697 const u8 *qos_map_set, u8 qos_map_set_len) in wpa_drv_set_qos_map() argument702 qos_map_set_len); in wpa_drv_set_qos_map()
2454 elems.qos_map_set_len); in interworking_process_assoc_resp()
711 hapd->conf->qos_map_set_len = count; in hostapd_ctrl_iface_set_qos_map_set()724 u8 qos_map_set_len = hapd->conf->qos_map_set_len; in hostapd_ctrl_iface_send_qos_map_conf() local727 if (!qos_map_set_len) { in hostapd_ctrl_iface_send_qos_map_conf()749 buf = wpabuf_alloc(2 + 2 + qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()758 wpabuf_put_u8(buf, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()759 wpabuf_put_data(buf, qos_map_set, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
1749 bss->qos_map_set_len = count; in parse_qos_map_set()