Searched defs:old_vlanid (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/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/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.c580 int old_vlanid)
591 if (sta->vlan_id == old_vlanid)
598 if (old_vlanid > 0)
599 vlan_remove_dynamic(hapd, old_vlanid);
579 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
H A Dieee802_1x.c925 int old_vlanid; local
940 old_vlanid = sta->vlan_id;
944 ap_sta_bind_vlan(hapd, sta, old_vlanid);
1242 int session_timeout_set, old_vlanid = 0; local
1314 old_vlanid = sta->vlan_id;
1335 if (ap_sta_bind_vlan(hapd, sta, old_vlanid) < 0)
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c580 int old_vlanid)
591 if (sta->vlan_id == old_vlanid)
598 if (old_vlanid > 0)
599 vlan_remove_dynamic(hapd, old_vlanid);
579 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
H A Dieee802_1x.c925 int old_vlanid; local
940 old_vlanid = sta->vlan_id;
944 ap_sta_bind_vlan(hapd, sta, old_vlanid);
1242 int session_timeout_set, old_vlanid = 0; local
1314 old_vlanid = sta->vlan_id;
1335 if (ap_sta_bind_vlan(hapd, sta, old_vlanid) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c580 int old_vlanid)
591 if (sta->vlan_id == old_vlanid)
598 if (old_vlanid > 0)
599 vlan_remove_dynamic(hapd, old_vlanid);
579 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
H A Dieee802_1x.c925 int old_vlanid; local
940 old_vlanid = sta->vlan_id;
944 ap_sta_bind_vlan(hapd, sta, old_vlanid);
1242 int session_timeout_set, old_vlanid = 0; local
1314 old_vlanid = sta->vlan_id;
1335 if (ap_sta_bind_vlan(hapd, sta, old_vlanid) < 0)

Completed in 362 milliseconds