Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dvlan_full.c52 struct dynamic_iface *next, **dynamic_ifaces; in dyn_iface_get() local
56 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_get()
58 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_get()
78 next->next = *dynamic_ifaces; in dyn_iface_get()
79 *dynamic_ifaces = next; in dyn_iface_get()
88 struct dynamic_iface *next, *prev = NULL, **dynamic_ifaces; in dyn_iface_put() local
93 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_put()
95 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_put()
111 *dynamic_ifaces = next->next; in dyn_iface_put()