Home
last modified time | relevance | path

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

/hostap-3.7.0/src/drivers/
Ddriver_nl80211.c2205 drv->if_indices = drv->default_if_indices; in wpa_driver_nl80211_drv_init()
3003 if (drv->if_indices != drv->default_if_indices) in wpa_driver_nl80211_deinit()
3004 os_free(drv->if_indices); in wpa_driver_nl80211_deinit()
7415 if (!drv->if_indices[i].ifindex) in dump_ifidx()
7418 drv->if_indices[i].ifindex, in dump_ifidx()
7419 drv->if_indices[i].reason); in dump_ifidx()
7446 if (drv->if_indices[i].ifindex == 0) { in add_ifidx()
7447 drv->if_indices[i].ifindex = ifidx; in add_ifidx()
7448 drv->if_indices[i].reason = ifidx_reason; in add_ifidx()
7454 if (drv->if_indices != drv->default_if_indices) in add_ifidx()
[all …]
Ddriver_nl80211.h206 struct drv_nl80211_if_info *if_indices; member