Searched defs:wpa_sm_ctx (Results 1 – 1 of 1) sorted by relevance
22 struct wpa_sm_ctx { struct23 void *ctx; /* pointer to arbitrary upper level context */24 void *msg_ctx; /* upper level context for wpa_msg() calls */26 void (*set_state)(void *ctx, enum wpa_states state);27 enum wpa_states (*get_state)(void *ctx);28 void (*deauthenticate)(void * ctx, int reason_code); 29 int (*set_key)(void *ctx, enum wpa_alg alg,33 void * (*get_network_ctx)(void *ctx);34 int (*get_bssid)(void *ctx, u8 *bssid);35 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,[all …]