Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.h21 struct wpa_sm_ctx { struct
22 void *ctx; /* pointer to arbitrary upper level context */
23 void *msg_ctx; /* upper level context for wpa_msg() calls */
25 void (*set_state)(void *ctx, enum wpa_states state);
26 enum wpa_states (*get_state)(void *ctx);
27 void (*deauthenticate)(void * ctx, int reason_code);
28 int (*set_key)(void *ctx, enum wpa_alg alg,
32 void * (*get_network_ctx)(void *ctx);
33 int (*get_bssid)(void *ctx, u8 *bssid);
34 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
[all …]