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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dvlan_init.h20 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
38 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) function
H A Dvlan_init.c234 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) function
H A Dsta_info.c283 * vlan_remove_dynamic() can check that no stations are left on the
287 vlan_remove_dynamic(hapd, sta->vlan_id);
298 vlan_remove_dynamic(hapd, sta->vlan_id_bound);
1017 vlan_remove_dynamic(hapd, old_vlan_id);
1088 vlan_remove_dynamic(hapd, old_vlanid);

Completed in 65 milliseconds