Searched refs:old_vlanid (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dlink_test.c43 int old_vlanid)
42 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.h178 int old_vlanid);
H A Dsta_info.c688 int old_vlanid)
699 if (sta->vlan_id == old_vlanid)
706 if (old_vlanid > 0)
707 vlan_remove_dynamic(hapd, old_vlanid);
687 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
H A Dieee802_1x.c915 int old_vlanid; local
930 old_vlanid = sta->vlan_id;
934 ap_sta_bind_vlan(hapd, sta, old_vlanid);
1255 int session_timeout_set, old_vlanid = 0; local
1327 old_vlanid = sta->vlan_id;
1347 if (ap_sta_bind_vlan(hapd, sta, old_vlanid) < 0)
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h178 int old_vlanid);
H A Dsta_info.c688 int old_vlanid)
699 if (sta->vlan_id == old_vlanid)
706 if (old_vlanid > 0)
707 vlan_remove_dynamic(hapd, old_vlanid);
687 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
H A Dieee802_1x.c915 int old_vlanid; local
930 old_vlanid = sta->vlan_id;
934 ap_sta_bind_vlan(hapd, sta, old_vlanid);
1255 int session_timeout_set, old_vlanid = 0; local
1327 old_vlanid = sta->vlan_id;
1347 if (ap_sta_bind_vlan(hapd, sta, old_vlanid) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h178 int old_vlanid);
H A Dsta_info.c688 int old_vlanid)
699 if (sta->vlan_id == old_vlanid)
706 if (old_vlanid > 0)
707 vlan_remove_dynamic(hapd, old_vlanid);
687 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
H A Dieee802_1x.c915 int old_vlanid; local
930 old_vlanid = sta->vlan_id;
934 ap_sta_bind_vlan(hapd, sta, old_vlanid);
1255 int session_timeout_set, old_vlanid = 0; local
1327 old_vlanid = sta->vlan_id;
1347 if (ap_sta_bind_vlan(hapd, sta, old_vlanid) < 0)

Completed in 514 milliseconds