Searched refs:vlan_remove_dynamic (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_init.h | 20 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) in vlan_remove_dynamic() function
|
H A D | vlan_init.c | 237 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) in vlan_remove_dynamic() function
|
H A D | sta_info.c | 323 * vlan_remove_dynamic() can check that no stations are left on the in ap_free_sta() 327 vlan_remove_dynamic(hapd, sta->vlan_id); in ap_free_sta() 338 vlan_remove_dynamic(hapd, sta->vlan_id_bound); in ap_free_sta() 1071 vlan_remove_dynamic(hapd, old_vlan_id); in ap_sta_set_vlan() 1150 vlan_remove_dynamic(hapd, old_vlanid); in ap_sta_bind_vlan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_init.h | 20 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) in vlan_remove_dynamic() function
|
H A D | sta_info.c | 283 * vlan_remove_dynamic() can check that no stations are left on the in ap_free_sta() 287 vlan_remove_dynamic(hapd, sta->vlan_id); in ap_free_sta() 298 vlan_remove_dynamic(hapd, sta->vlan_id_bound); in ap_free_sta() 1017 vlan_remove_dynamic(hapd, old_vlan_id); in ap_sta_set_vlan() 1088 vlan_remove_dynamic(hapd, old_vlanid); in ap_sta_bind_vlan()
|
H A D | vlan_init.c | 234 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) in vlan_remove_dynamic() function
|
Completed in 7 milliseconds