Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.h25 struct wpa_sm_ctx { struct
26 void *ctx; /* pointer to arbitrary upper level context */
27 void *msg_ctx; /* upper level context for wpa_msg() calls */
29 void (*set_state)(void *ctx, enum wpa_states state);
30 enum wpa_states (*get_state)(void *ctx);
31 void (*deauthenticate)(void * ctx, u16 reason_code);
32 void (*reconnect)(void *ctx);
33 int (*set_key)(void *ctx, int link_id, enum wpa_alg alg,
37 void * (*get_network_ctx)(void *ctx);
38 int (*get_bssid)(void *ctx, u8 *bssid);
[all …]