Searched refs:get_vlan (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/tests/sys/netgraph/
H A Dvlan_rotate.c74 static void get_vlan(void *data, size_t len, void *ctx);
77 get_vlan(void *data, size_t len, void *ctx) function
101 ng_register_data("b", get_vlan);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h282 int (*get_vlan)(void *ctx, const u8 *sta_addr, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c1291 .get_vlan = hostapd_wpa_auth_get_vlan,
H A Dwpa_auth_ft.c692 if (!wpa_auth->cb->get_vlan)
694 return wpa_auth->cb->get_vlan(wpa_auth->cb_ctx, sta_addr, vlan);

Completed in 136 milliseconds