Home
last modified time | relevance | path

Searched refs:qos_map_set (Results 1 – 25 of 30) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c449 int wpa_driver_set_qos_map(void *priv, const u8 *qos_map_set, in wpa_driver_set_qos_map() argument
479 pst_qos_map->dscp_exception[i] = qos_map_set[i * 2]; in wpa_driver_set_qos_map()
480 pst_qos_map->dscp_exception_up[i] = qos_map_set[i * 2 + 1]; in wpa_driver_set_qos_map()
485 pst_qos_map->up_low[i] = qos_map_set[up_start + (i * 2)]; in wpa_driver_set_qos_map()
486 pst_qos_map->up_high[i] = qos_map_set[up_start + (i * 2) + 1]; in wpa_driver_set_qos_map()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c468 int wpa_driver_set_qos_map(void *priv, const u8 *qos_map_set, in wpa_driver_set_qos_map() argument
501 pst_qos_map->dscp_exception[i] = qos_map_set[i * 2]; in wpa_driver_set_qos_map()
502 pst_qos_map->dscp_exception_up[i] = qos_map_set[i * 2 + 1]; in wpa_driver_set_qos_map()
508 pst_qos_map->up_low[i] = qos_map_set[up_start + (i * 2)]; in wpa_driver_set_qos_map()
509 pst_qos_map->up_high[i] = qos_map_set[up_start + (i * 2) + 1]; in wpa_driver_set_qos_map()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c676 u8 qos_map_set[16 + 2 * 21], count = 0; in hostapd_ctrl_iface_set_qos_map_set() local
681 if (count == sizeof(qos_map_set)) { in hostapd_ctrl_iface_set_qos_map_set()
692 qos_map_set[count++] = val; in hostapd_ctrl_iface_set_qos_map_set()
704 ret = hostapd_drv_set_qos_map(hapd, qos_map_set, count); in hostapd_ctrl_iface_set_qos_map_set()
710 os_memcpy(hapd->conf->qos_map_set, qos_map_set, count); in hostapd_ctrl_iface_set_qos_map_set()
723 u8 *qos_map_set = hapd->conf->qos_map_set; in hostapd_ctrl_iface_send_qos_map_conf() local
759 wpabuf_put_data(buf, qos_map_set, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
Dap_config_file.c1727 u8 qos_map_set[16 + 2 * 21], count = 0; in parse_qos_map_set() local
1732 if (count == sizeof(qos_map_set)) { in parse_qos_map_set()
1745 qos_map_set[count++] = val; in parse_qos_map_set()
1758 os_memcpy(bss->qos_map_set, qos_map_set, count); in parse_qos_map_set()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.h64 const u8 *qos_map_set; member
Dieee802_11_common.c444 elems->qos_map_set = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_atheros.c810 static int atheros_set_qos_map(void *ctx, const u8 *qos_map_set, in atheros_set_qos_map() argument
837 qos_map->dscp_exception[i].dscp = qos_map_set[i * 2]; in atheros_set_qos_map()
838 qos_map->dscp_exception[i].up = qos_map_set[i * 2 + 1]; in atheros_set_qos_map()
844 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
845 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()
Ddriver.h3453 int (*set_qos_map)(void *priv, const u8 *qos_map_set,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_atheros.c806 static int atheros_set_qos_map(void *ctx, const u8 *qos_map_set, in atheros_set_qos_map() argument
833 qos_map->dscp_exception[i].dscp = qos_map_set[i * 2]; in atheros_set_qos_map()
834 qos_map->dscp_exception[i].up = qos_map_set[i * 2 + 1]; in atheros_set_qos_map()
840 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
841 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()
Ddriver.h3746 int (*set_qos_map)(void *priv, const u8 *qos_map_set,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h81 const u8 *qos_map_set; member
Dieee802_11_common.c507 elems->qos_map_set = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c678 u8 qos_map_set[16 + 2 * 21], count = 0; in hostapd_ctrl_iface_set_qos_map_set() local
683 if (count == sizeof(qos_map_set)) { in hostapd_ctrl_iface_set_qos_map_set()
694 qos_map_set[count++] = val; in hostapd_ctrl_iface_set_qos_map_set()
706 ret = hostapd_drv_set_qos_map(hapd, qos_map_set, count); in hostapd_ctrl_iface_set_qos_map_set()
712 os_memcpy(hapd->conf->qos_map_set, qos_map_set, count); in hostapd_ctrl_iface_set_qos_map_set()
725 u8 *qos_map_set = hapd->conf->qos_map_set; in hostapd_ctrl_iface_send_qos_map_conf() local
761 wpabuf_put_data(buf, qos_map_set, qos_map_set_len); in hostapd_ctrl_iface_send_qos_map_conf()
Dap_config_file.c1651 u8 qos_map_set[16 + 2 * 21], count = 0; in parse_qos_map_set() local
1656 if (count == sizeof(qos_map_set)) { in parse_qos_map_set()
1669 qos_map_set[count++] = val; in parse_qos_map_set()
1682 os_memcpy(bss->qos_map_set, qos_map_set, count); in parse_qos_map_set()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddriver_i.h676 const u8 *qos_map_set, u8 qos_map_set_len) in wpa_drv_set_qos_map() argument
680 return wpa_s->driver->set_qos_map(wpa_s->drv_priv, qos_map_set, in wpa_drv_set_qos_map()
Devents.c2282 if (elems.qos_map_set) { in interworking_process_assoc_resp()
2283 wpas_qos_map_set(wpa_s, elems.qos_map_set, in interworking_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_drv_ops.c834 const u8 *qos_map_set, u8 qos_map_set_len) in hostapd_drv_set_qos_map() argument
838 return hapd->driver->set_qos_map(hapd->drv_priv, qos_map_set, in hostapd_drv_set_qos_map()
Dap_drv_ops.h143 int hostapd_drv_set_qos_map(struct hostapd_data *hapd, const u8 *qos_map_set,
Dap_config.h587 u8 qos_map_set[16 + 2 * 21]; member
Dieee802_11_shared.c480 os_memcpy(pos, hapd->conf->qos_map_set, len); in hostapd_eid_qos_map_set()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddriver_i.h697 const u8 *qos_map_set, u8 qos_map_set_len) in wpa_drv_set_qos_map() argument
701 return wpa_s->driver->set_qos_map(wpa_s->drv_priv, qos_map_set, in wpa_drv_set_qos_map()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_drv_ops.c853 const u8 *qos_map_set, u8 qos_map_set_len) in hostapd_drv_set_qos_map() argument
857 return hapd->driver->set_qos_map(hapd->drv_priv, qos_map_set, in hostapd_drv_set_qos_map()
Dap_drv_ops.h146 int hostapd_drv_set_qos_map(struct hostapd_data *hapd, const u8 *qos_map_set,
Dap_config.h597 u8 qos_map_set[16 + 2 * 21]; member
Dieee802_11_shared.c496 os_memcpy(pos, hapd->conf->qos_map_set, len); in hostapd_eid_qos_map_set()

12