3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-16 15:20:42 +01:00

Commit Graph

  • 5137d8b855 wiphy: Ensure connected_bss is always valid Denis Kenzior 2015-04-30 16:03:17 -05:00
  • 15620721b0 wiphy: Store connected_network on netdev object Denis Kenzior 2015-04-30 15:00:02 -05:00
  • 67a895c95f wiphy: Simplify code that removes lost networks Denis Kenzior 2015-04-30 14:41:22 -05:00
  • 4c11845198 wiphy: Fix memory leak Denis Kenzior 2015-04-30 16:21:21 -05:00
  • 251f5904d4 TODO: Add tasks dealing with esoteric ciphers Denis Kenzior 2015-04-29 11:19:05 -05:00
  • 169aa04570 eapol: Free eapol_sm even if callback is null Andrew Zaborowski 2015-04-29 01:00:21 +02:00
  • 4a27563b5a eapol: Fix key-IV check in EAPOL-Key verification Andrew Zaborowski 2015-04-29 01:00:22 +02:00
  • 93aaf21459 wiphy: Add initial preference management Denis Kenzior 2015-04-27 07:51:28 -05:00
  • bd3856e178 bootstrap-configure: Set localstatedir Denis Kenzior 2015-04-26 17:01:05 -05:00
  • 9d7f3030f0 storage: Add initial set of utilities Denis Kenzior 2015-04-26 11:14:08 -05:00
  • 85b5ab7560 TODO: Update HW capabilities task & take ownership Denis Kenzior 2015-04-20 13:53:00 -05:00
  • 267a407a88 TODO: Reset Owner Denis Kenzior 2015-04-20 13:52:17 -05:00
  • a28f3fa3ec wiphy: Parse ciphers supported by the phy Denis Kenzior 2015-04-17 13:02:32 -05:00
  • 431cadb7aa wiphy: Optimize storage Denis Kenzior 2015-04-17 12:27:02 -05:00
  • c8fc79c611 monitor: Print AKM suites Denis Kenzior 2015-04-17 12:10:19 -05:00
  • 835ae605d9 monitor: Make sure to print attribute type Denis Kenzior 2015-04-17 12:03:10 -05:00
  • be0cdde4e0 TODO: Update Disconnect() task Denis Kenzior 2015-04-17 11:19:24 -05:00
  • 92841b4976 hwsim: Don't try l_genl_attr_next if _attr_init fails. Andrzej Zaborowski 2015-04-17 17:17:50 +02:00
  • 0a6b6d0ca5 hwsim: Fix #define Andrzej Zaborowski 2015-04-17 17:17:50 +02:00
  • f424559af5 iwd: Add -K to getopt optstring to fix short option. Andrzej Zaborowski 2015-04-17 17:17:49 +02:00
  • 300b4b1e7a AUTHORS: Mention Andrew's contributions Denis Kenzior 2015-04-17 10:40:31 -05:00
  • c22d22f5e5 eapol: Remove eapol_sm's from queue when destroying. Andrzej Zaborowski 2015-04-17 17:17:48 +02:00
  • 90c922f2ca monitor: Fix buffer overrun Denis Kenzior 2015-04-12 12:25:55 -05:00
  • bc98bc9ecb eapol: Add functions to set own/ap WPA IEs Denis Kenzior 2015-04-10 23:46:58 -05:00
  • c9f1090380 wiphy: If connection failed, reset the PSK Denis Kenzior 2015-04-08 15:07:02 -05:00
  • 0b48ba3a4a wiphy: Use CMD_DISCONNECT, not CMD_DEAUTHENTICATE Denis Kenzior 2015-04-08 15:04:22 -05:00
  • 313dcbb8ff wiphy: Rework Device.Disconnect() logic Denis Kenzior 2015-04-08 15:03:28 -05:00
  • 6921e239a4 wiphy: Only support UTF-8 SSIDs Denis Kenzior 2015-04-08 13:29:03 -05:00
  • 3877a4e5dd util: Add util_ssid_is_utf8 Denis Kenzior 2015-04-08 13:18:35 -05:00
  • b2e1c36cbb wiphy: Stop eapol state machine if disconnecting Denis Kenzior 2015-03-29 22:50:34 -05:00
  • 445ad55796 eapol: Start a handshake timer Denis Kenzior 2015-03-29 22:44:08 -05:00
  • a4af2e2947 test: Add disconnect-network script Denis Kenzior 2015-03-29 22:32:51 -05:00
  • ecede21c1e wiphy: Handle handshake failures Denis Kenzior 2015-03-29 22:13:49 -05:00
  • 3a6c06e85b wiphy: De-auth if setting key transaction fails Denis Kenzior 2015-03-29 22:01:20 -05:00
  • 85a5d7ba98 wiphy: Keep track of new/set key command ids Denis Kenzior 2015-03-29 21:11:19 -05:00
  • e2badc9828 eapol: Call deauthenticate callback Denis Kenzior 2015-03-29 21:00:00 -05:00
  • 9f17b71375 eapol: Add eapol_cancel Denis Kenzior 2015-03-29 20:58:40 -05:00
  • cf3681efbe eapol: Add comment for handling MIC failures Denis Kenzior 2015-03-29 20:57:58 -05:00
  • f31407dd46 eapol: Add deauthenticate callback Denis Kenzior 2015-03-29 20:30:14 -05:00
  • b81e22f809 wiphy: Move reason codes to mpdu.h Denis Kenzior 2015-03-29 20:27:57 -05:00
  • de11d431a8 TODO: Mark EAPoL integration task done Denis Kenzior 2015-03-27 23:46:03 -05:00
  • d48bd1d2d5 TODO: Mark GTK extraction task done Denis Kenzior 2015-03-27 23:45:38 -05:00
  • 8a28856c98 TODO: Mark Setting TK task as done Denis Kenzior 2015-03-27 23:44:19 -05:00
  • 02a2515f3d monitor: Pretty print LinkMode value Jukka Rissanen 2015-03-25 13:38:05 +02:00
  • f4f5afdd50 monitor: Pretty print OperState value Jukka Rissanen 2015-03-25 13:38:04 +02:00
  • 2c3c96f322 monitor: Print OperState instead of Openstate for operational state flag Jukka Rissanen 2015-03-25 13:38:03 +02:00
  • 7b945d948f wiphy: Set the linkmode and operstate of the link Jukka Rissanen 2015-03-27 09:54:25 +02:00
  • 6dbd544a55 netdev: Add function to set the linkmode and operstate of the link Jukka Rissanen 2015-03-27 09:54:24 +02:00
  • 42622525d2 wiphy: Send NL80211_CMD_SET_STATION command to kernel Jukka Rissanen 2015-03-27 09:54:23 +02:00
  • 034692b1b0 test: Add scan-for-networks script Denis Kenzior 2015-03-26 00:18:59 -05:00
  • 4cf423b771 test: add connect-network script Denis Kenzior 2015-03-26 00:16:22 -05:00
  • 38757e2fed test: Add list-devices script Denis Kenzior 2015-03-26 00:11:18 -05:00
  • 86ea449cd1 wiphy: Make sure to set user_data Denis Kenzior 2015-03-25 23:27:45 -05:00
  • 0412360d77 wiphy: Install group key Denis Kenzior 2015-03-25 23:27:37 -05:00
  • 6ec364cb86 eapol: Add __eapol_set_gtk_install_func Denis Kenzior 2015-03-25 23:26:31 -05:00
  • 75bacbb896 wiphy: Install pairwise key Denis Kenzior 2015-03-25 22:36:06 -05:00
  • bf5a6a3999 eapol: Add __eapol_set_install_tk_func Denis Kenzior 2015-03-25 22:35:12 -05:00
  • ddcbb3f2a8 eapol: Add eapol_sm_set_user_data Denis Kenzior 2015-03-25 22:34:05 -05:00
  • d075d49a96 crypto: Use same values as nl80211 Denis Kenzior 2015-03-25 22:33:07 -05:00
  • dd4c69f25b TODO: Update priorities Denis Kenzior 2015-03-24 15:39:03 -05:00
  • 62527cd1fb TODO: Reset owner for inactive tasks Denis Kenzior 2015-03-24 15:37:45 -05:00
  • 6fdb12a8a7 TODO: Mark Print HT Operation IE as done Denis Kenzior 2015-03-24 15:34:52 -05:00
  • 32b1e624bd TODO: Mark Decode RSNE field as done Denis Kenzior 2015-03-24 15:33:49 -05:00
  • 6e447c6a39 TODO: Mark RSN generation task done Denis Kenzior 2015-03-24 15:32:45 -05:00
  • 5968ba4bac TODO: Mark EAPoL tx/rx integration task done Denis Kenzior 2015-03-24 15:31:45 -05:00
  • 3432cfa53e eapol: Return if eapol_find_sm returns NULL Ravi kumar Veeramally 2015-03-23 23:06:11 +02:00
  • a95b0e3a5a eapol: Fix return value Ravi kumar Veeramally 2015-03-23 13:17:44 +02:00
  • c6a16cd515 simple-agent: Fix else block Ravi kumar Veeramally 2015-03-23 13:01:47 +02:00
  • 4c5a846abb build: Include ell/genl-private.h header Marcel Holtmann 2015-03-21 17:28:34 +01:00
  • 842eb643eb wiphy: Return an error if agent request fails Denis Kenzior 2015-03-20 15:42:50 -05:00
  • 141a1831c0 dbus: Add dbus_error_no_agent Denis Kenzior 2015-03-20 15:42:39 -05:00
  • 709b94587e wiphy: Print an error if PMK generation fails Denis Kenzior 2015-03-20 15:22:44 -05:00
  • 204964fd8d sha1: Return right away if checksum creation fails Denis Kenzior 2015-03-20 14:55:42 -05:00
  • 86e7883c74 eapol: Print a message if MIC calculation fails Denis Kenzior 2015-03-20 14:52:49 -05:00
  • b27c47aa77 sha1: Return right away if l_checksum_new fails Denis Kenzior 2015-03-20 14:50:57 -05:00
  • d277456852 monitor: Always hexdump the raw PAE frame Denis Kenzior 2015-03-20 13:48:49 -05:00
  • 9318414f22 monitor: Fix Capabilities Field dump Denis Kenzior 2015-03-20 13:47:47 -05:00
  • d78883a068 eapol: Add default nonce generator Denis Kenzior 2015-03-20 12:31:14 -05:00
  • 35e3de9cdf eapol: Add default eapol tx path function Denis Kenzior 2015-03-20 12:30:56 -05:00
  • 2598a1efed wiphy: call eapol_init and eapol_exit Denis Kenzior 2015-03-20 12:30:24 -05:00
  • 4c351196a9 wiphy: Print errno if read fails Denis Kenzior 2015-03-20 12:30:11 -05:00
  • 25af920563 wiphy: Separate out the ell include Denis Kenzior 2015-03-20 12:29:50 -05:00
  • 656318ed0c eapol: Update eapol_tx_packet_func_t declaration Denis Kenzior 2015-03-20 11:43:17 -05:00
  • a2bc325b3b monitor: Fix typo Denis Kenzior 2015-03-20 11:34:21 -05:00
  • 2129becac8 monitor: Print HT Operation IE Patrik Flykt 2015-03-20 12:35:19 +02:00
  • 2c061e6394 wiphy: Fix compiler warning with sizeof function Marcel Holtmann 2015-03-20 06:43:54 +01:00
  • 0ee173e23f eapol: Fix PAE socket code Denis Kenzior 2015-03-19 21:54:53 -05:00
  • 96cd2391da wiphy: Start 4-way handshake Denis Kenzior 2015-03-19 23:53:55 -05:00
  • 2a41fe6dd2 eapol: Add read handler for PAE frames Denis Kenzior 2015-03-19 21:54:28 -05:00
  • 7835eb8b88 wiphy: Fix style Denis Kenzior 2015-03-19 22:12:00 -05:00
  • 24e79280a9 wiphy: DBus reply was sent too early when connecting PSK network Jukka Rissanen 2015-03-19 15:21:44 +02:00
  • b044385cdc unit: Update to the new EAPoL API Denis Kenzior 2015-03-19 21:53:59 -05:00
  • 19c67c3b3a eapol: Add user_data argument Denis Kenzior 2015-03-19 21:53:19 -05:00
  • b526df19d6 eapol: Fix __eapol_rx_packet declaration Denis Kenzior 2015-03-19 21:41:23 -05:00
  • d6d24c9d15 unit: Update to the new eapol API Denis Kenzior 2015-03-19 21:14:15 -05:00
  • 6b84e0da1f eapol: Rename aa_addr Denis Kenzior 2015-03-19 21:13:24 -05:00
  • effe260028 unit: update to the new eapol API Denis Kenzior 2015-03-19 21:10:46 -05:00
  • b871d904d5 eapol: Rename sta_addr Denis Kenzior 2015-03-19 21:09:36 -05:00
  • 581f4e298f eapol: Use a queue instead of a hashmap Denis Kenzior 2015-03-19 20:55:25 -05:00
  • 12d529eddb eapol: Rearrange data structure members Denis Kenzior 2015-03-19 20:50:10 -05:00