Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dvlan_init.c60 if (hostapd_vlan_if_remove(hapd, vlan->ifname)) in vlan_if_add()
77 return hostapd_vlan_if_remove(hapd, vlan->ifname); in vlan_if_remove()
Dap_drv_ops.h35 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname);
Dap_drv_ops.c325 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_remove() function