Home
last modified time | relevance | path

Searched refs:iface_index (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Neighbor.cpp108 if(data->if_index != neighbor_client[i].iface_index) in event_callback()
111 neighbor_client[i].iface_index = data->if_index; in event_callback()
131 data_all->if_index = neighbor_client[i].iface_index; in event_callback()
193 data->if_index = neighbor_client[i].iface_index; in event_callback()
240 neighbor_client[i].iface_index = data->if_index; in event_callback()
258 neighbor_client[num_neighbor_client_temp].iface_index = data->if_index; in event_callback()
279 neighbor_client[circular_index].iface_index = data->if_index; in event_callback()
316 neighbor_client[i].iface_index = 0; in event_callback()
324 neighbor_client[i].iface_index = neighbor_client[i+1].iface_index; in event_callback()
365 data->if_index = neighbor_client[i].iface_index; in event_callback()
[all …]
DIPACM_Iface.cpp62 IPACM_Iface::IPACM_Iface(int iface_index) in IPACM_Iface() argument
67 ipa_if_num = iface_index; in IPACM_Iface()
68 ipa_if_cate = IPACM_Iface::ipacmcfg->iface_table[iface_index].if_cat; in IPACM_Iface()
75 IPACM_Iface::ipacmcfg->iface_table[iface_index].iface_name, in IPACM_Iface()
76 sizeof(IPACM_Iface::ipacmcfg->iface_table[iface_index].iface_name)); in IPACM_Iface()
DIPACM_Wlan.cpp59 IPACM_Wlan::IPACM_Wlan(int iface_index) : IPACM_Lan(iface_index) in IPACM_Wlan() argument
97 IPACMDBG_H("index:%d constructor: Tx properties:%d\n", iface_index, iface_query->num_tx_props); in IPACM_Wlan()
DIPACM_Wan.cpp89 IPACM_Wan::IPACM_Wan(int iface_index, in IPACM_Wan() argument
91 uint8_t *mac_addr) : IPACM_Iface(iface_index) in IPACM_Wan()
149 IPACMDBG_H("index:%d constructor: Tx properties:%d\n", iface_index, iface_query->num_tx_props); in IPACM_Wan()
DIPACM_Lan.cpp60 IPACM_Lan::IPACM_Lan(int iface_index) : IPACM_Iface(iface_index) in IPACM_Lan() argument
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Neighbor.cpp108 if(data->if_index != neighbor_client[i].iface_index) in event_callback()
111 neighbor_client[i].iface_index = data->if_index; in event_callback()
132 data_all->if_index = neighbor_client[i].iface_index; in event_callback()
198 data->if_index = neighbor_client[i].iface_index; in event_callback()
246 neighbor_client[i].iface_index = data->if_index; in event_callback()
263 neighbor_client[num_neighbor_client_temp].iface_index = data->if_index; in event_callback()
286 neighbor_client[circular_index].iface_index = data->if_index; in event_callback()
325 neighbor_client[i].iface_index = 0; in event_callback()
334 neighbor_client[i].iface_index = neighbor_client[i+1].iface_index; in event_callback()
376 data->if_index = neighbor_client[i].iface_index; in event_callback()
[all …]
DIPACM_Iface.cpp62 IPACM_Iface::IPACM_Iface(int iface_index) in IPACM_Iface() argument
67 ipa_if_num = iface_index; in IPACM_Iface()
68 ipa_if_cate = IPACM_Iface::ipacmcfg->iface_table[iface_index].if_cat; in IPACM_Iface()
75 IPACM_Iface::ipacmcfg->iface_table[iface_index].iface_name, in IPACM_Iface()
76 sizeof(IPACM_Iface::ipacmcfg->iface_table[iface_index].iface_name)); in IPACM_Iface()
DIPACM_Wlan.cpp61 IPACM_Wlan::IPACM_Wlan(int iface_index) : IPACM_Lan(iface_index) in IPACM_Wlan() argument
99 IPACMDBG_H("index:%d constructor: Tx properties:%d\n", iface_index, iface_query->num_tx_props); in IPACM_Wlan()
DIPACM_Wan.cpp89 IPACM_Wan::IPACM_Wan(int iface_index, in IPACM_Wan() argument
91 uint8_t *mac_addr) : IPACM_Iface(iface_index) in IPACM_Wan()
149 IPACMDBG_H("index:%d constructor: Tx properties:%d\n", iface_index, iface_query->num_tx_props); in IPACM_Wan()
DIPACM_Lan.cpp60 IPACM_Lan::IPACM_Lan(int iface_index) : IPACM_Iface(iface_index) in IPACM_Lan() argument
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Neighbor.h56 int iface_index; member
DIPACM_Iface.h115 IPACM_Iface(int iface_index);
DIPACM_Wlan.h83 IPACM_Wlan(int iface_index);
DIPACM_Lan.h106 IPACM_Lan(int iface_index);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Neighbor.h56 int iface_index; member
DIPACM_Iface.h115 IPACM_Iface(int iface_index);
DIPACM_Wlan.h83 IPACM_Wlan(int iface_index);
DIPACM_Lan.h106 IPACM_Lan(int iface_index);