Lines Matching defs:wt
48 static void wlantest_init(struct wlantest *wt) in wlantest_init()
87 static void wlantest_deinit(struct wlantest *wt) in wlantest_deinit()
125 static void add_passphrase(struct wlantest *wt, const char *passphrase) in add_passphrase()
140 static void add_secret(struct wlantest *wt, const char *secret) in add_secret()
155 static int add_pmk_file(struct wlantest *wt, const char *pmk_file) in add_pmk_file()
207 static int add_ptk_file(struct wlantest *wt, const char *ptk_file) in add_ptk_file()
260 int add_wep(struct wlantest *wt, const char *key) in add_wep()
283 void add_note(struct wlantest *wt, int level, const char *fmt, ...) in add_note()
310 void clear_notes(struct wlantest *wt) in clear_notes()
323 size_t notes_len(struct wlantest *wt, size_t hdrlen) in notes_len()
335 void write_decrypted_note(struct wlantest *wt, const u8 *decrypted, in write_decrypted_note()
348 int wlantest_relog(struct wlantest *wt) in wlantest_relog()
382 struct wlantest wt; in main() local