HomeSort by relevance Sort by last modified time
    Searched defs:send_eapol (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant/
driver.h 610 * send_eapol - Optional function for sending EAPOL packets
625 * implement get_mac_addr() handler if send_eapol() is used.
627 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 193 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 772 * send_eapol - Optional function for sending EAPOL packets
787 * implement get_mac_addr() handler if send_eapol() is used.
789 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1022 * send_eapol - Optional function for sending EAPOL packets
1037 * handler if send_eapol() is used.
1039 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
    [all...]

Completed in 828 milliseconds