/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | driver_nl80211_hisi.c | 449 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/ |
D | driver_nl80211_hisi.c | 468 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/ |
D | ap_ctrl_iface.c | 676 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()
|
D | ap_config_file.c | 1727 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/ |
D | ieee802_11_common.h | 64 const u8 *qos_map_set; member
|
D | ieee802_11_common.c | 444 elems->qos_map_set = pos; in ieee802_11_parse_elems()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_atheros.c | 810 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()
|
D | driver.h | 3453 int (*set_qos_map)(void *priv, const u8 *qos_map_set,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_atheros.c | 806 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()
|
D | driver.h | 3746 int (*set_qos_map)(void *priv, const u8 *qos_map_set,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.h | 81 const u8 *qos_map_set; member
|
D | ieee802_11_common.c | 507 elems->qos_map_set = pos; in ieee802_11_parse_elems()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_ctrl_iface.c | 678 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()
|
D | ap_config_file.c | 1651 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/ |
D | driver_i.h | 676 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()
|
D | events.c | 2282 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/ |
D | ap_drv_ops.c | 834 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()
|
D | ap_drv_ops.h | 143 int hostapd_drv_set_qos_map(struct hostapd_data *hapd, const u8 *qos_map_set,
|
D | ap_config.h | 587 u8 qos_map_set[16 + 2 * 21]; member
|
D | ieee802_11_shared.c | 480 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/ |
D | driver_i.h | 697 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/ |
D | ap_drv_ops.c | 853 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()
|
D | ap_drv_ops.h | 146 int hostapd_drv_set_qos_map(struct hostapd_data *hapd, const u8 *qos_map_set,
|
D | ap_config.h | 597 u8 qos_map_set[16 + 2 * 21]; member
|
D | ieee802_11_shared.c | 496 os_memcpy(pos, hapd->conf->qos_map_set, len); in hostapd_eid_qos_map_set()
|