Home
last modified time | relevance | path

Searched refs:ETH_P_RRB (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dcommon.h313 #ifndef ETH_P_RRB
314 #define ETH_P_RRB 0x890D macro
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c364 if (proto == ETH_P_RRB && hapd->iface->interfaces && in hostapd_wpa_auth_send_ether()
547 hapd->conf->iface, NULL, ETH_P_RRB, in hostapd_setup_wpa()
Dwpa_auth_ft.c31 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB, in wpa_ft_rrb_send()
/external/wpa_supplicant_8/src/drivers/
Ddriver_test.c738 if (be_to_host16(eth->h_proto) == ETH_P_RRB) { in test_driver_ether()