Searched refs:get_vlan (Results 1 – 4 of 4) sorted by relevance
/freebsd/tests/sys/netgraph/ |
H A D | vlan_rotate.c | 74 static void get_vlan(void *data, size_t len, void *ctx); 77 get_vlan(void *data, size_t len, void *ctx) in get_vlan() function 101 ng_register_data("b", get_vlan); in _basic()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 378 int (*get_vlan)(void *ctx, const u8 *sta_addr, member
|
H A D | wpa_auth_glue.c | 1642 .get_vlan = hostapd_wpa_auth_get_vlan, in hostapd_setup_wpa()
|
H A D | wpa_auth_ft.c | 697 if (!wpa_auth->cb->get_vlan) in wpa_ft_get_vlan() 699 return wpa_auth->cb->get_vlan(wpa_auth->cb_ctx, sta_addr, vlan); in wpa_ft_get_vlan()
|