Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.c288 if (sta->vlan_id_bound) { in ap_free_sta()
298 vlan_remove_dynamic(hapd, sta->vlan_id_bound); in ap_free_sta()
1029 int old_vlanid = sta->vlan_id_bound; in ap_sta_bind_vlan()
1069 sta->vlan_id_bound = sta->vlan_id; in ap_sta_bind_vlan()
Dsta_info.h160 int vlan_id_bound; /* updated by ap_sta_bind_vlan() */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.c325 if (sta->vlan_id_bound) { in ap_free_sta()
335 vlan_remove_dynamic(hapd, sta->vlan_id_bound); in ap_free_sta()
1080 int old_vlanid = sta->vlan_id_bound; in ap_sta_bind_vlan()
1128 sta->vlan_id_bound = sta->vlan_id; in ap_sta_bind_vlan()
Dsta_info.h202 int vlan_id_bound; /* updated by ap_sta_bind_vlan() */ member