Searched refs:hapd_send_eapol (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/wpa/wpa_supplicant/ |
| D | driver_i.h | 356 if (wpa_s->driver->hapd_send_eapol) in wpa_drv_hapd_send_eapol() 357 return wpa_s->driver->hapd_send_eapol(wpa_s->drv_priv, addr, in wpa_drv_hapd_send_eapol()
|
| /freebsd-9-stable/contrib/wpa/src/ap/ |
| D | ap_drv_ops.c | 71 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL) in hostapd_send_eapol() 73 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data, in hostapd_send_eapol()
|
| /freebsd-9-stable/contrib/wpa/src/drivers/ |
| D | driver_wired.c | 616 .hapd_send_eapol = wired_send_eapol,
|
| D | driver.h | 1293 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member
|
| /freebsd-9-stable/usr.sbin/wpa/hostapd/ |
| D | driver_freebsd.c | 778 .hapd_send_eapol = bsd_send_eapol,
|