Searched refs:rem_attrs_len (Results 1 – 1 of 1) sorted by relevance
1531 int rem_attrs_len, ie_len; in wpas_handle_qos_mgmt_recv_action() local1547 rem_attrs_len = qos_ie[1] - 4; in wpas_handle_qos_mgmt_recv_action()1549 while (rem_attrs_len > 2) { in wpas_handle_qos_mgmt_recv_action()1554 rem_attrs_len -= 2; in wpas_handle_qos_mgmt_recv_action()1555 if (attr_len > rem_attrs_len) in wpas_handle_qos_mgmt_recv_action()1558 rem_attrs_len -= attr_len; in wpas_handle_qos_mgmt_recv_action()