Searched refs:update_vlan (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h274 int (*update_vlan)(void *ctx, const u8 *addr, int vlan_id); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c1282 .update_vlan = hostapd_wpa_auth_update_vlan,
H A Dwpa_auth.c258 if (!wpa_auth->cb->update_vlan)
260 return wpa_auth->cb->update_vlan(wpa_auth->cb_ctx, addr, vlan_id);

Completed in 106 milliseconds