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.h179 int *if_indices; member
Ddriver_nl80211.c1739 drv->if_indices = drv->default_if_indices; in wpa_driver_nl80211_drv_init()
2412 if (drv->if_indices != drv->default_if_indices) in wpa_driver_nl80211_deinit()
2413 os_free(drv->if_indices); in wpa_driver_nl80211_deinit()
5669 if (!drv->if_indices[i]) in dump_ifidx()
5672 drv->if_indices[i], in dump_ifidx()
5700 if (drv->if_indices[i] == 0) { in add_ifidx()
5701 drv->if_indices[i] = ifidx; in add_ifidx()
5708 if (drv->if_indices != drv->default_if_indices) in add_ifidx()
5709 old = drv->if_indices; in add_ifidx()
5718 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1, in add_ifidx()
[all …]