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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c1210 const char *ft_iface)
1212 hapd->oui_pull = eth_p_oui_register(hapd, ft_iface,
1218 hapd->oui_resp = eth_p_oui_register(hapd, ft_iface,
1224 hapd->oui_push = eth_p_oui_register(hapd, ft_iface,
1230 hapd->oui_sreq = eth_p_oui_register(hapd, ft_iface,
1236 hapd->oui_sresp = eth_p_oui_register(hapd, ft_iface,
1336 const char *ft_iface; local
1338 ft_iface = hapd->conf->bridge[0] ? hapd->conf->bridge :
1340 hapd->l2 = l2_packet_init(ft_iface, NULL, ETH_P_RRB,
1350 if (hostapd_wpa_register_ft_oui(hapd, ft_iface)) {
1209 hostapd_wpa_register_ft_oui(struct hostapd_data *hapd, const char *ft_iface) argument
[all...]

Completed in 72 milliseconds