Remove trailing whitespace
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
db98b58736
commit
95de34a10a
23 changed files with 148 additions and 148 deletions
|
@ -25,7 +25,7 @@ struct wpa_sm_ctx {
|
|||
|
||||
void (*set_state)(void *ctx, enum wpa_states state);
|
||||
enum wpa_states (*get_state)(void *ctx);
|
||||
void (*deauthenticate)(void * ctx, int reason_code);
|
||||
void (*deauthenticate)(void * ctx, int reason_code);
|
||||
int (*set_key)(void *ctx, enum wpa_alg alg,
|
||||
const u8 *addr, int key_idx, int set_tx,
|
||||
const u8 *seq, size_t seq_len,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue