Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_nl80211.h231 struct drv_nl80211_if_info default_if_indices[16]; member
Ddriver_nl80211.c2327 drv->num_if_indices = ARRAY_SIZE(drv->default_if_indices); in wpa_driver_nl80211_drv_init()
2328 drv->if_indices = drv->default_if_indices; in wpa_driver_nl80211_drv_init()
3181 if (drv->if_indices != drv->default_if_indices) in wpa_driver_nl80211_deinit()
8410 if (drv->if_indices != drv->default_if_indices) in add_ifidx()
8419 drv->if_indices = drv->default_if_indices; in add_ifidx()
8428 os_memcpy(drv->if_indices, drv->default_if_indices, in add_ifidx()
8429 sizeof(drv->default_if_indices)); in add_ifidx()