Commit Graph

  • e2591b9865 wiphy: Track whether Rekey Offload is supported Denis Kenzior 2015-05-06 15:24:14 -0500
  • c3abaf8181 monitor: Pretty-print commands supported by phy Denis Kenzior 2015-05-06 15:23:57 -0500
  • 619448cacc eapol: Sanity check wpa_key_id field a bit more Denis Kenzior 2015-05-05 22:26:11 -0500
  • 9793054a0a eapol: Update TODO comment Denis Kenzior 2015-05-05 22:18:43 -0500
  • a38b6f1f9a eapol: Add missing newline Denis Kenzior 2015-05-05 22:18:35 -0500
  • 2f13c5617b unit: Add call to eapol_verify_gtk_2_of_2 Denis Kenzior 2015-05-05 22:08:06 -0500
  • 8f3fd6e47d eapol: Add eapol_verify_gtk_2_of_2 Denis Kenzior 2015-05-05 22:04:21 -0500
  • 2ba7867e9f eapol: Drop unneded check in verify_ptk_4_of_4 Denis Kenzior 2015-05-05 22:01:53 -0500
  • bb17f5df94 eapol: Add sanity checking of the install bit Denis Kenzior 2015-05-05 21:50:35 -0500
  • 30c277f8d6 unit: GTK Handshake tests. Andrew Zaborowski 2015-05-06 01:48:39 +0200
  • eae718091d unit: Update to new eapol API Andrew Zaborowski 2015-05-06 01:48:39 +0200
  • bb2be272ae unit: Assert eapol_key_validate is valid first Andrew Zaborowski 2015-05-06 01:48:39 +0200
  • 31284bf86b wiphy: If handshake failed check connect_pending Andrew Zaborowski 2015-05-06 01:48:38 +0200
  • 0ea28ba5ad eapol: Generate new snonce on new 4-Way Handshake Andrew Zaborowski 2015-05-06 01:48:37 +0200
  • 1d0afbc44c wiphy: Basic WPA support Andrew Zaborowski 2015-05-06 01:48:36 +0200
  • a7846aee85 eapol: WPA-specific handshake quirks Andrew Zaborowski 2015-05-06 01:48:35 +0200
  • a8c0f20510 eapol: Handle the Group Key Handshake Andrew Zaborowski 2015-05-06 01:48:34 +0200
  • 1795105c60 wiphy: Move scan result parsing to scan.c Denis Kenzior 2015-05-01 09:17:54 -0500
  • bf43acfd93 scan: Add scan_bss_free Denis Kenzior 2015-04-30 22:21:31 -0500
  • 73a26c51b6 scan: Move struct bss to scan_bss in scan.h Denis Kenzior 2015-04-30 21:38:27 -0500
  • 348a90ada3 wiphy: Tweak errors returned by Disconnect() Denis Kenzior 2015-04-30 18:42:55 -0500
  • 0286dfadd4 wiphy: Handle beacon loss events Denis Kenzior 2015-04-30 18:42:44 -0500
  • d127e91ff8 dbus: Add dbus_error_not_connected Denis Kenzior 2015-04-30 18:41:53 -0500
  • 778da5b8c4 TODO: Add iwmon group printing task Denis Kenzior 2015-04-30 18:04:56 -0500
  • 7744c38ec1 monitor: Add Beacon Loss Event entry Denis Kenzior 2015-04-30 17:47:23 -0500
  • efe795b72d wiphy: Fix memory leak Denis Kenzior 2015-04-30 17:01:20 -0500
  • 341b69ce7c wiphy: Fix memory leak Denis Kenzior 2015-04-30 17:00:38 -0500
  • 5137d8b855 wiphy: Ensure connected_bss is always valid Denis Kenzior 2015-04-30 16:03:17 -0500
  • 15620721b0 wiphy: Store connected_network on netdev object Denis Kenzior 2015-04-30 15:00:02 -0500
  • 67a895c95f wiphy: Simplify code that removes lost networks Denis Kenzior 2015-04-30 14:41:22 -0500
  • 4c11845198 wiphy: Fix memory leak Denis Kenzior 2015-04-30 16:21:21 -0500
  • 251f5904d4 TODO: Add tasks dealing with esoteric ciphers Denis Kenzior 2015-04-29 11:19:05 -0500
  • 169aa04570 eapol: Free eapol_sm even if callback is null Andrew Zaborowski 2015-04-29 01:00:21 +0200
  • 4a27563b5a eapol: Fix key-IV check in EAPOL-Key verification Andrew Zaborowski 2015-04-29 01:00:22 +0200
  • 93aaf21459 wiphy: Add initial preference management Denis Kenzior 2015-04-27 07:51:28 -0500
  • bd3856e178 bootstrap-configure: Set localstatedir Denis Kenzior 2015-04-26 17:01:05 -0500
  • 9d7f3030f0 storage: Add initial set of utilities Denis Kenzior 2015-04-26 11:14:08 -0500
  • 85b5ab7560 TODO: Update HW capabilities task & take ownership Denis Kenzior 2015-04-20 13:53:00 -0500
  • 267a407a88 TODO: Reset Owner Denis Kenzior 2015-04-20 13:52:17 -0500
  • a28f3fa3ec wiphy: Parse ciphers supported by the phy Denis Kenzior 2015-04-17 13:02:32 -0500
  • 431cadb7aa wiphy: Optimize storage Denis Kenzior 2015-04-17 12:27:02 -0500
  • c8fc79c611 monitor: Print AKM suites Denis Kenzior 2015-04-17 12:10:19 -0500
  • 835ae605d9 monitor: Make sure to print attribute type Denis Kenzior 2015-04-17 12:03:10 -0500
  • be0cdde4e0 TODO: Update Disconnect() task Denis Kenzior 2015-04-17 11:19:24 -0500
  • 92841b4976 hwsim: Don't try l_genl_attr_next if _attr_init fails. Andrzej Zaborowski 2015-04-17 17:17:50 +0200
  • 0a6b6d0ca5 hwsim: Fix #define Andrzej Zaborowski 2015-04-17 17:17:50 +0200
  • f424559af5 iwd: Add -K to getopt optstring to fix short option. Andrzej Zaborowski 2015-04-17 17:17:49 +0200
  • 300b4b1e7a AUTHORS: Mention Andrew's contributions Denis Kenzior 2015-04-17 10:40:31 -0500
  • c22d22f5e5 eapol: Remove eapol_sm's from queue when destroying. Andrzej Zaborowski 2015-04-17 17:17:48 +0200
  • 90c922f2ca monitor: Fix buffer overrun Denis Kenzior 2015-04-12 12:25:55 -0500
  • bc98bc9ecb eapol: Add functions to set own/ap WPA IEs Denis Kenzior 2015-04-10 23:46:58 -0500
  • c9f1090380 wiphy: If connection failed, reset the PSK Denis Kenzior 2015-04-08 15:07:02 -0500
  • 0b48ba3a4a wiphy: Use CMD_DISCONNECT, not CMD_DEAUTHENTICATE Denis Kenzior 2015-04-08 15:04:22 -0500
  • 313dcbb8ff wiphy: Rework Device.Disconnect() logic Denis Kenzior 2015-04-08 15:03:28 -0500
  • 6921e239a4 wiphy: Only support UTF-8 SSIDs Denis Kenzior 2015-04-08 13:29:03 -0500
  • 3877a4e5dd util: Add util_ssid_is_utf8 Denis Kenzior 2015-04-08 13:18:35 -0500
  • b2e1c36cbb wiphy: Stop eapol state machine if disconnecting Denis Kenzior 2015-03-29 22:50:34 -0500
  • 445ad55796 eapol: Start a handshake timer Denis Kenzior 2015-03-29 22:44:08 -0500
  • a4af2e2947 test: Add disconnect-network script Denis Kenzior 2015-03-29 22:32:51 -0500
  • ecede21c1e wiphy: Handle handshake failures Denis Kenzior 2015-03-29 22:13:49 -0500
  • 3a6c06e85b wiphy: De-auth if setting key transaction fails Denis Kenzior 2015-03-29 22:01:20 -0500
  • 85a5d7ba98 wiphy: Keep track of new/set key command ids Denis Kenzior 2015-03-29 21:11:19 -0500
  • e2badc9828 eapol: Call deauthenticate callback Denis Kenzior 2015-03-29 21:00:00 -0500
  • 9f17b71375 eapol: Add eapol_cancel Denis Kenzior 2015-03-29 20:58:40 -0500
  • cf3681efbe eapol: Add comment for handling MIC failures Denis Kenzior 2015-03-29 20:57:58 -0500
  • f31407dd46 eapol: Add deauthenticate callback Denis Kenzior 2015-03-29 20:30:14 -0500
  • b81e22f809 wiphy: Move reason codes to mpdu.h Denis Kenzior 2015-03-29 20:27:57 -0500
  • de11d431a8 TODO: Mark EAPoL integration task done Denis Kenzior 2015-03-27 23:46:03 -0500
  • d48bd1d2d5 TODO: Mark GTK extraction task done Denis Kenzior 2015-03-27 23:45:38 -0500
  • 8a28856c98 TODO: Mark Setting TK task as done Denis Kenzior 2015-03-27 23:44:19 -0500
  • 02a2515f3d monitor: Pretty print LinkMode value Jukka Rissanen 2015-03-25 13:38:05 +0200
  • f4f5afdd50 monitor: Pretty print OperState value Jukka Rissanen 2015-03-25 13:38:04 +0200
  • 2c3c96f322 monitor: Print OperState instead of Openstate for operational state flag Jukka Rissanen 2015-03-25 13:38:03 +0200
  • 7b945d948f wiphy: Set the linkmode and operstate of the link Jukka Rissanen 2015-03-27 09:54:25 +0200
  • 6dbd544a55 netdev: Add function to set the linkmode and operstate of the link Jukka Rissanen 2015-03-27 09:54:24 +0200
  • 42622525d2 wiphy: Send NL80211_CMD_SET_STATION command to kernel Jukka Rissanen 2015-03-27 09:54:23 +0200
  • 034692b1b0 test: Add scan-for-networks script Denis Kenzior 2015-03-26 00:18:59 -0500
  • 4cf423b771 test: add connect-network script Denis Kenzior 2015-03-26 00:16:22 -0500
  • 38757e2fed test: Add list-devices script Denis Kenzior 2015-03-26 00:11:18 -0500
  • 86ea449cd1 wiphy: Make sure to set user_data Denis Kenzior 2015-03-25 23:27:45 -0500
  • 0412360d77 wiphy: Install group key Denis Kenzior 2015-03-25 23:27:37 -0500
  • 6ec364cb86 eapol: Add __eapol_set_gtk_install_func Denis Kenzior 2015-03-25 23:26:31 -0500
  • 75bacbb896 wiphy: Install pairwise key Denis Kenzior 2015-03-25 22:36:06 -0500
  • bf5a6a3999 eapol: Add __eapol_set_install_tk_func Denis Kenzior 2015-03-25 22:35:12 -0500
  • ddcbb3f2a8 eapol: Add eapol_sm_set_user_data Denis Kenzior 2015-03-25 22:34:05 -0500
  • d075d49a96 crypto: Use same values as nl80211 Denis Kenzior 2015-03-25 22:33:07 -0500
  • dd4c69f25b TODO: Update priorities Denis Kenzior 2015-03-24 15:39:03 -0500
  • 62527cd1fb TODO: Reset owner for inactive tasks Denis Kenzior 2015-03-24 15:37:45 -0500
  • 6fdb12a8a7 TODO: Mark Print HT Operation IE as done Denis Kenzior 2015-03-24 15:34:52 -0500
  • 32b1e624bd TODO: Mark Decode RSNE field as done Denis Kenzior 2015-03-24 15:33:49 -0500
  • 6e447c6a39 TODO: Mark RSN generation task done Denis Kenzior 2015-03-24 15:32:45 -0500
  • 5968ba4bac TODO: Mark EAPoL tx/rx integration task done Denis Kenzior 2015-03-24 15:31:45 -0500
  • 3432cfa53e eapol: Return if eapol_find_sm returns NULL Ravi kumar Veeramally 2015-03-23 23:06:11 +0200
  • a95b0e3a5a eapol: Fix return value Ravi kumar Veeramally 2015-03-23 13:17:44 +0200
  • c6a16cd515 simple-agent: Fix else block Ravi kumar Veeramally 2015-03-23 13:01:47 +0200
  • 4c5a846abb build: Include ell/genl-private.h header Marcel Holtmann 2015-03-21 17:28:34 +0100
  • 842eb643eb wiphy: Return an error if agent request fails Denis Kenzior 2015-03-20 15:42:50 -0500
  • 141a1831c0 dbus: Add dbus_error_no_agent Denis Kenzior 2015-03-20 15:42:39 -0500
  • 709b94587e wiphy: Print an error if PMK generation fails Denis Kenzior 2015-03-20 15:22:44 -0500
  • 204964fd8d sha1: Return right away if checksum creation fails Denis Kenzior 2015-03-20 14:55:42 -0500