Searched refs:ap_sta_set_vlan (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.h | 336 int ap_sta_set_vlan(struct hostapd_data *hapd, struct sta_info *sta,
|
D | pmksa_cache_auth.c | 215 ap_sta_set_vlan(hapd, eapol->sta, entry->vlan_desc); in pmksa_cache_to_eapol_data()
|
D | wpa_auth_glue.c | 930 if (ap_sta_set_vlan(hapd, sta, &vlan_desc) < 0) { in hostapd_wpa_auth_update_vlan() 1096 if (ap_sta_set_vlan(hapd, sta, vlan) < 0) in hostapd_wpa_auth_set_vlan()
|
D | ieee802_1x.c | 1890 ap_sta_set_vlan(hapd, sta, &vlan_desc); in ieee802_1x_update_vlan() 1903 return ap_sta_set_vlan(hapd, sta, &vlan_desc); in ieee802_1x_update_vlan()
|
D | sta_info.c | 924 int ap_sta_set_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_set_vlan() function
|
D | ieee802_11.c | 860 if (ap_sta_set_vlan(hapd, sta, &vlan_desc) < 0 || in sae_accept_sta() 2208 if (ap_sta_set_vlan(hapd, sta, vlan_id) < 0) in ieee802_11_set_radius_info()
|