Searched refs:tech_switch_on (Results 1 – 2 of 2) sorted by relevance
174 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()326 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()988 tNFA_TECHNOLOGY_MASK old_tech_switch_on = p_cb->tech_switch_on; in nfa_ee_api_set_tech_cfg()996 if ((p_cb->tech_switch_on == p_data->set_tech.technologies_switch_on) && in nfa_ee_api_set_tech_cfg()1009 p_cb->tech_switch_on |= p_data->set_tech.technologies_switch_on; in nfa_ee_api_set_tech_cfg()1019 p_cb->tech_switch_on = old_tech_switch_on; in nfa_ee_api_set_tech_cfg()1028 if (p_cb->tech_switch_on | p_cb->tech_switch_off | p_cb->tech_battery_off | in nfa_ee_api_set_tech_cfg()1055 tNFA_TECHNOLOGY_MASK old_tech_switch_on = p_cb->tech_switch_on; in nfa_ee_api_clear_tech_cfg()1062 p_cb->tech_switch_on &= ~p_data->clear_tech.technologies_switch_on; in nfa_ee_api_clear_tech_cfg()1070 if ((p_cb->tech_switch_on == old_tech_switch_on) && in nfa_ee_api_clear_tech_cfg()[all …]
159 tech_switch_on; /* default routing - technologies switch_on */ member