Home
last modified time | relevance | path

Searched refs:wpa_auth_release_group (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/ap/
Dvlan_init.c59 if (wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id)) in vlan_if_add()
74 ret = wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id); in vlan_if_remove()
Dwpa_auth.h503 int wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id);
Dwpa_auth.c5098 int wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id) in wpa_auth_release_group() function