Searched refs:qos_elem (Results 1 – 2 of 2) sorted by relevance
100 static bool tclas_elem_required(const struct qos_characteristics *qos_elem) in tclas_elem_required() argument102 if (!qos_elem || !qos_elem->available) in tclas_elem_required()105 if (qos_elem->direction == SCS_DIRECTION_DOWN) in tclas_elem_required()119 struct qos_characteristics *qos_elem; in wpas_populate_scs_descriptor_ie() local187 qos_elem = &desc_elem->qos_char_elem; in wpas_populate_scs_descriptor_ie()196 if ((qos_elem->mask & SCS_QOS_BIT_MEDIUM_TIME) && in wpas_populate_scs_descriptor_ie()197 qos_elem->direction != SCS_DIRECTION_DIRECT) in wpas_populate_scs_descriptor_ie()198 qos_elem->mask &= ~SCS_QOS_BIT_MEDIUM_TIME; in wpas_populate_scs_descriptor_ie()203 if ((qos_elem->mask & SCS_QOS_BIT_SERVICE_START_TIME_LINKID) && in wpas_populate_scs_descriptor_ie()204 !(qos_elem->mask & SCS_QOS_BIT_SERVICE_START_TIME)) in wpas_populate_scs_descriptor_ie()[all …]
11640 struct qos_characteristics *qos_elem = &desc_elem.qos_char_elem; in wpas_ctrl_iface_configure_scs() local11789 qos_elem->available = true; in wpas_ctrl_iface_configure_scs()11791 qos_elem->direction = SCS_DIRECTION_UP; in wpas_ctrl_iface_configure_scs()11798 qos_elem->direction = SCS_DIRECTION_DOWN; in wpas_ctrl_iface_configure_scs()11800 qos_elem->direction = SCS_DIRECTION_DIRECT; in wpas_ctrl_iface_configure_scs()11808 qos_elem->min_si = atoi(pos1 + 7); in wpas_ctrl_iface_configure_scs()11815 qos_elem->max_si = atoi(pos1 + 7); in wpas_ctrl_iface_configure_scs()11817 if (qos_elem->min_si && qos_elem->max_si && in wpas_ctrl_iface_configure_scs()11818 qos_elem->max_si < qos_elem->min_si) { in wpas_ctrl_iface_configure_scs()11828 qos_elem->min_data_rate = atoi(pos1 + 14); in wpas_ctrl_iface_configure_scs()[all …]