Searched refs:if_indices (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c275 int *if_indices; member in struct:wpa_driver_nl80211_data
4181 if (drv->if_indices != drv->default_if_indices)
4182 os_free(drv->if_indices);
8691 if (drv->if_indices[i] == 0) {
8692 drv->if_indices[i] = ifidx;
8697 if (drv->if_indices != drv->default_if_indices)
8698 old = drv->if_indices;
8702 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
8704 if (!drv->if_indices) {
8706 drv->if_indices
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c275 int *if_indices; member in struct:wpa_driver_nl80211_data
4181 if (drv->if_indices != drv->default_if_indices)
4182 os_free(drv->if_indices);
8691 if (drv->if_indices[i] == 0) {
8692 drv->if_indices[i] = ifidx;
8697 if (drv->if_indices != drv->default_if_indices)
8698 old = drv->if_indices;
8702 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
8704 if (!drv->if_indices) {
8706 drv->if_indices
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c275 int *if_indices; member in struct:wpa_driver_nl80211_data
4181 if (drv->if_indices != drv->default_if_indices)
4182 os_free(drv->if_indices);
8691 if (drv->if_indices[i] == 0) {
8692 drv->if_indices[i] = ifidx;
8697 if (drv->if_indices != drv->default_if_indices)
8698 old = drv->if_indices;
8702 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
8704 if (!drv->if_indices) {
8706 drv->if_indices
[all...]

Completed in 1228 milliseconds