Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dvlan_init.c70 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan) in vlan_if_remove() function
121 vlan_if_remove(hapd, vlan)) { in vlan_dynamic_remove()
260 vlan_if_remove(hapd, vlan); in vlan_remove_dynamic()
Dvlan_util.h23 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan);
Dvlan_full.c620 if (if_nametoindex(vlan->ifname) && vlan_if_remove(hapd, vlan)) in vlan_dellink()