diff options
author | Sam Leffler <sam@FreeBSD.org> | 2009-01-15 04:25:21 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2009-01-15 04:25:21 +0000 |
commit | 22188e6ab4f02f981de3b9f228a40b1e8f98e6a1 (patch) | |
tree | e396cb7a4849178b23486ba07b66a6dfede1d1e9 /wpa_i.h | |
parent | 17914a6ec9e4814998abdaec5a947b6a78709a19 (diff) |
Notes
Diffstat (limited to 'wpa_i.h')
-rw-r--r-- | wpa_i.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -146,11 +146,6 @@ static inline wpa_states wpa_sm_get_state(struct wpa_sm *sm) return sm->ctx->get_state(sm->ctx->ctx); } -static inline void wpa_sm_req_scan(struct wpa_sm *sm, int sec, int usec) -{ - sm->ctx->req_scan(sm->ctx->ctx, sec, usec); -} - static inline void wpa_sm_deauthenticate(struct wpa_sm *sm, int reason_code) { sm->ctx->deauthenticate(sm->ctx->ctx, reason_code); |