Searched defs:wpa_sm_ctx (Results 1 – 1 of 1) sorted by relevance
23 struct wpa_sm_ctx { struct24 void *ctx; /* pointer to arbitrary upper level context */25 void *msg_ctx; /* upper level context for wpa_msg() calls */27 void (*set_state)(void *ctx, enum wpa_states state);28 enum wpa_states (*get_state)(void *ctx);29 void (*deauthenticate)(void * ctx, u16 reason_code);30 void (*reconnect)(void *ctx);31 int (*set_key)(void *ctx, enum wpa_alg alg,35 void * (*get_network_ctx)(void *ctx);36 int (*get_bssid)(void *ctx, u8 *bssid);[all …]