Home
last modified time | relevance | path

Searched refs:if_indices (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h194 int *if_indices; member
Ddriver_nl80211.c2014 drv->if_indices = drv->default_if_indices; in wpa_driver_nl80211_drv_init()
2789 if (drv->if_indices != drv->default_if_indices) in wpa_driver_nl80211_deinit()
2790 os_free(drv->if_indices); in wpa_driver_nl80211_deinit()
6621 if (!drv->if_indices[i]) in dump_ifidx()
6624 drv->if_indices[i], in dump_ifidx()
6652 if (drv->if_indices[i] == 0) { in add_ifidx()
6653 drv->if_indices[i] = ifidx; in add_ifidx()
6660 if (drv->if_indices != drv->default_if_indices) in add_ifidx()
6661 old = drv->if_indices; in add_ifidx()
6670 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1, in add_ifidx()
[all …]