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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c337 int *if_indices; member in struct:wpa_driver_nl80211_data
4404 drv->if_indices = drv->default_if_indices;
5015 if (drv->if_indices != drv->default_if_indices)
5016 os_free(drv->if_indices);
9922 if (!drv->if_indices[i])
9924 res = os_snprintf(pos, end - pos, " %d", drv->if_indices[i]);
9931 wpa_printf(MSG_DEBUG, "nl80211: if_indices[%d]:%s",
9949 if (drv->if_indices[i] == 0) {
9950 drv->if_indices[i] = ifidx;
9956 if (drv->if_indices !
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c337 int *if_indices; member in struct:wpa_driver_nl80211_data
4404 drv->if_indices = drv->default_if_indices;
5015 if (drv->if_indices != drv->default_if_indices)
5016 os_free(drv->if_indices);
9922 if (!drv->if_indices[i])
9924 res = os_snprintf(pos, end - pos, " %d", drv->if_indices[i]);
9931 wpa_printf(MSG_DEBUG, "nl80211: if_indices[%d]:%s",
9949 if (drv->if_indices[i] == 0) {
9950 drv->if_indices[i] = ifidx;
9956 if (drv->if_indices !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c337 int *if_indices; member in struct:wpa_driver_nl80211_data
4404 drv->if_indices = drv->default_if_indices;
5015 if (drv->if_indices != drv->default_if_indices)
5016 os_free(drv->if_indices);
9922 if (!drv->if_indices[i])
9924 res = os_snprintf(pos, end - pos, " %d", drv->if_indices[i]);
9931 wpa_printf(MSG_DEBUG, "nl80211: if_indices[%d]:%s",
9949 if (drv->if_indices[i] == 0) {
9950 drv->if_indices[i] = ifidx;
9956 if (drv->if_indices !
[all...]

Completed in 157 milliseconds