Searched refs:qos_ie (Results 1 – 1 of 1) sorted by relevance
1476 const u8 *qos_ie, *attr; in wpas_handle_qos_mgmt_recv_action() local1527 qos_ie = buf + 3; in wpas_handle_qos_mgmt_recv_action()1533 ie_len = 2 + qos_ie[1]; in wpas_handle_qos_mgmt_recv_action()1537 if (rem_len < 6 || qos_ie[0] != WLAN_EID_VENDOR_SPECIFIC || in wpas_handle_qos_mgmt_recv_action()1538 qos_ie[1] < 4 || in wpas_handle_qos_mgmt_recv_action()1539 WPA_GET_BE32(&qos_ie[2]) != QM_IE_VENDOR_TYPE) { in wpas_handle_qos_mgmt_recv_action()1541 qos_ie += ie_len; in wpas_handle_qos_mgmt_recv_action()1546 attr = qos_ie + 6; in wpas_handle_qos_mgmt_recv_action()1547 rem_attrs_len = qos_ie[1] - 4; in wpas_handle_qos_mgmt_recv_action()1563 qos_ie += ie_len; in wpas_handle_qos_mgmt_recv_action()