Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h363 int (*update_vlan)(void *ctx, const u8 *addr, int vlan_id); member
H A Dwpa_auth_glue.c1627 .update_vlan = hostapd_wpa_auth_update_vlan, in hostapd_setup_wpa()
H A Dwpa_auth.c467 if (!wpa_auth->cb->update_vlan) in wpa_auth_update_vlan()
469 return wpa_auth->cb->update_vlan(wpa_auth->cb_ctx, addr, vlan_id); in wpa_auth_update_vlan()