Searched refs:iface_index (Results 1 – 18 of 18) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Neighbor.cpp | 108 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 …]
|
D | IPACM_Iface.cpp | 62 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()
|
D | IPACM_Wlan.cpp | 59 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()
|
D | IPACM_Wan.cpp | 89 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()
|
D | IPACM_Lan.cpp | 60 IPACM_Lan::IPACM_Lan(int iface_index) : IPACM_Iface(iface_index) in IPACM_Lan() argument
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Neighbor.cpp | 108 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 …]
|
D | IPACM_Iface.cpp | 62 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()
|
D | IPACM_Wlan.cpp | 61 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()
|
D | IPACM_Wan.cpp | 89 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()
|
D | IPACM_Lan.cpp | 60 IPACM_Lan::IPACM_Lan(int iface_index) : IPACM_Iface(iface_index) in IPACM_Lan() argument
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Neighbor.h | 56 int iface_index; member
|
D | IPACM_Iface.h | 115 IPACM_Iface(int iface_index);
|
D | IPACM_Wlan.h | 83 IPACM_Wlan(int iface_index);
|
D | IPACM_Lan.h | 106 IPACM_Lan(int iface_index);
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Neighbor.h | 56 int iface_index; member
|
D | IPACM_Iface.h | 115 IPACM_Iface(int iface_index);
|
D | IPACM_Wlan.h | 83 IPACM_Wlan(int iface_index);
|
D | IPACM_Lan.h | 106 IPACM_Lan(int iface_index);
|