Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h202 struct drv_nl80211_if_info default_if_indices[16]; member
Ddriver_nl80211.c2179 drv->num_if_indices = ARRAY_SIZE(drv->default_if_indices); in wpa_driver_nl80211_drv_init()
2180 drv->if_indices = drv->default_if_indices; in wpa_driver_nl80211_drv_init()
2967 if (drv->if_indices != drv->default_if_indices) in wpa_driver_nl80211_deinit()
7494 if (drv->if_indices != drv->default_if_indices) in add_ifidx()
7503 drv->if_indices = drv->default_if_indices; in add_ifidx()
7512 os_memcpy(drv->if_indices, drv->default_if_indices, in add_ifidx()
7513 sizeof(drv->default_if_indices)); in add_ifidx()