Home
last modified time | relevance | path

Searched defs:wpa_auth_callbacks (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h186 struct wpa_auth_callbacks { struct
187 void *ctx;
188 void (*logger)(void *ctx, const u8 *addr, logger_level level,
190 void (*disconnect)(void *ctx, const u8 *addr, u16 reason);
191 int (*mic_failure_report)(void *ctx, const u8 *addr);
192 void (*set_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var,
194 int (*get_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var);
195 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr,
220 struct wpa_auth_callbacks *cb); argument