Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.h505 int wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id);
Dwpa_auth.c5089 int wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id) in wpa_auth_release_group() function