3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-08-04 02:47:23 +02:00

Commit Graph

  • 0095b1d9e4 device: PropertyChanged events when interface goes down Andrew Zaborowski 2016-07-02 16:42:37 +02:00
  • fe6485147c network: Disconnect from known network in Forget() Andrew Zaborowski 2016-07-02 16:42:33 +02:00
  • a2771d22f4 device: Add public device_disconnect function Andrew Zaborowski 2016-07-02 16:42:32 +02:00
  • f468fceb02 device: Handle disconnect calls while connecting Andrew Zaborowski 2016-07-02 16:42:31 +02:00
  • 8b20019ded hwsim: Add option to enable p2p support Denis Kenzior 2016-07-07 12:25:56 -05:00
  • 9c99166e7a netdev: Fix command length passed to l_netlink_send Andrew Zaborowski 2016-07-06 00:39:44 +02:00
  • e421af2a58 netdev: React to removed netdevs Denis Kenzior 2016-07-01 14:49:34 -05:00
  • 0cffac45d4 wiphy: Notify netdev when a new wiphy has been added Denis Kenzior 2016-07-01 14:42:00 -05:00
  • 005213a3d4 netdev: Implement new_wiphy hint Denis Kenzior 2016-07-01 14:39:25 -05:00
  • 943acddb49 eapol: Refactor eapol tx path Denis Kenzior 2016-06-28 18:45:49 -05:00
  • de84aff10b netdev: Cleanup EAPoL state machine Denis Kenzior 2016-06-28 18:28:39 -05:00
  • 45dabb9e44 netdev: Call eapol_cancel if operstate fails Denis Kenzior 2016-06-28 18:24:53 -05:00
  • 830af391e2 netdev: Fix memory leak Denis Kenzior 2016-06-28 18:08:11 -05:00
  • 63878a84c1 unit: Update to the new eapol api Denis Kenzior 2016-06-28 17:03:22 -05:00
  • efe5bed7c5 netdev: Move eapol_read to eapol.c Denis Kenzior 2016-06-28 16:58:17 -05:00
  • 746b0e5cb1 netdev: Free sm if connect fails Denis Kenzior 2016-06-28 17:00:48 -05:00
  • b6d651dda8 eapol: Move eapol_start Denis Kenzior 2016-06-28 16:56:56 -05:00
  • e059ee01a7 eapol: Move eapol_cancel Denis Kenzior 2016-06-28 16:56:13 -05:00
  • d307d3ff11 TODO: Mark REKEY_OFFLOAD task done Denis Kenzior 2016-06-28 11:52:17 -05:00
  • db7a7ca830 TODO: Mark Rekey utility task done Denis Kenzior 2016-06-28 11:51:55 -05:00
  • b5833e6305 TODO: Mark scanning refactoring task done Denis Kenzior 2016-06-28 11:51:16 -05:00
  • 6819cb8907 scan: Add a trigger callback to scan_periodic_start Andrew Zaborowski 2016-06-25 20:42:23 +02:00
  • 4ac1cd0ac0 device: Device watch notifications on interface up/down Andrew Zaborowski 2016-06-25 20:42:20 +02:00
  • a0b4b4cb2e device: Fix Powered property getter Andrew Zaborowski 2016-06-25 20:42:19 +02:00
  • 5c6024185d netdev: Use CMD_CONNECT Denis Kenzior 2016-06-27 16:35:31 -05:00
  • e81af82313 wiphy: React to new_wiphy events Denis Kenzior 2016-06-24 23:32:15 -05:00
  • 3bd0c9ae13 wiphy: React to del_wiphy events Denis Kenzior 2016-06-24 23:31:58 -05:00
  • 1500756144 wiphy: Print wiphy id Denis Kenzior 2016-06-24 23:31:02 -05:00
  • ed18ab4fc0 wiphy: Rework wiphy dump parser Denis Kenzior 2016-06-24 19:20:35 -05:00
  • 0d9ec3b5ed wiphy: Rework printing basic wiphy info Denis Kenzior 2016-06-24 19:12:13 -05:00
  • 49abd4556f netdev: Remove device when netdev is freed Denis Kenzior 2016-06-24 23:04:01 -05:00
  • 105f5f8d8e netdev: Rearrange netdev structure Denis Kenzior 2016-06-24 23:03:13 -05:00
  • c508d9e4df device: Make sure connected network is not freed Andrew Zaborowski 2016-06-24 05:09:05 +02:00
  • 8f0d68139e device: Reset connected_network when disconnect operation starts Andrew Zaborowski 2016-06-24 05:09:04 +02:00
  • e76daf224c netdev: Implement interface filtering Denis Kenzior 2016-06-23 17:34:29 -05:00
  • 0eee94a264 netdev: Fix some uninitialized warnings Denis Kenzior 2016-06-23 17:34:11 -05:00
  • 04de3af41f main: Add command line options for white/black list Denis Kenzior 2016-06-23 15:49:05 -05:00
  • cda2026b23 netdev: Actually set rekey_offload into eapol Denis Kenzior 2016-06-22 19:18:38 -05:00
  • 5853440dfa netdev: support for REKEY_OFFLOAD and its event handling Rahul Rahul 2016-06-22 15:49:16 -07:00
  • fb339bcc76 eapol: helper functions for REKEY_OFFLOAD Rahul Rahul 2016-06-22 15:49:15 -07:00
  • dc721a6ae2 netdev: Set callbacks for operstate Denis Kenzior 2016-06-21 15:18:50 -05:00
  • 844c0a256c device: Add a read-only Powered property Andrew Zaborowski 2016-06-20 12:42:06 +02:00
  • 6667176ec9 device: React to netdev state changes Andrew Zaborowski 2016-06-20 12:42:05 +02:00
  • b6c22fc1b9 netdev: netdev watch support Andrew Zaborowski 2016-06-20 12:42:04 +02:00
  • aa7a6a4619 netdev: Track interface UP flag Andrew Zaborowski 2016-06-20 12:42:03 +02:00
  • c3f863f2da knownnetworks: Implement KnownNetworks interface Andrew Zaborowski 2016-06-17 00:54:15 +02:00
  • 694c91db44 network: track whether network is known Andrew Zaborowski 2016-06-17 00:54:14 +02:00
  • 9daf1f3fcf network: Refactor network_info usage Andrew Zaborowski 2016-06-17 00:54:13 +02:00
  • 1c4767d834 doc: Change KnownNetworks network type string for 8021x Andrew Zaborowski 2016-06-17 00:54:12 +02:00
  • c2c0680a25 doc: Update hostapd instructions Tim Kourt 2016-06-15 10:43:13 -07:00
  • 4d5e4b929c t-runner: Report if. removal status Tim Kourt 2016-06-14 16:48:59 -07:00
  • 7fa2ac7b67 t-runner: Use radio identifiers in service assign. Tim Kourt 2016-06-14 16:48:58 -07:00
  • 6d0bef0bfb t-runner: Add -i parameter into hostapd start cmd Tim Kourt 2016-06-14 16:48:57 -07:00
  • 311a6cf5b1 device: Make device object opaque Denis Kenzior 2016-06-16 16:23:00 -05:00
  • 74add19057 device: Move the rest of device specific code Denis Kenzior 2016-06-16 16:22:14 -05:00
  • 0fe815f870 netdev: Move deauthenticate handling out of wiphy.c Denis Kenzior 2016-06-16 16:05:34 -05:00
  • 48c0a216d7 wiphy: Rearrange / remove #includes Denis Kenzior 2016-06-16 15:40:38 -05:00
  • c28e652570 device: Move device_list management out of wiphy.c Denis Kenzior 2016-06-16 15:37:50 -05:00
  • 49c7515ac1 netdev: Move eapol_io handling Denis Kenzior 2016-06-16 15:23:45 -05:00
  • 75ce550de9 netdev: Move operstate operations out of wiphy.c Denis Kenzior 2016-06-16 14:49:57 -05:00
  • dd4b0dc3d3 netdev: Move key setting logic out of wiphy.c Denis Kenzior 2016-06-16 14:45:56 -05:00
  • c714b20102 wiphy: Move handshake_failed handler out of wiphy.c Denis Kenzior 2016-06-16 11:35:45 -05:00
  • 64d382cc89 netdev: Move disconnect event handling Denis Kenzior 2016-06-16 11:21:12 -05:00
  • 0eeb71e4eb netdev: Move CQM event handling out of wiphy.c Denis Kenzior 2016-06-16 11:06:17 -05:00
  • d526dbc175 netdev: Move associate event handling Denis Kenzior 2016-06-16 10:54:20 -05:00
  • 1ab6415e8c device: Handle successful connections Denis Kenzior 2016-06-16 10:53:26 -05:00
  • d82754636b netdev: Move deauthenticate event handling Denis Kenzior 2016-06-15 14:02:24 -05:00
  • f5a7e204e7 device: Fix valgrind warning Denis Kenzior 2016-06-15 11:01:44 -05:00
  • 31a0e42772 wiphy: Move association logic out of wiphy.c Denis Kenzior 2016-06-15 10:54:13 -05:00
  • b93ae37325 eapol: Add eapol_sm_get_own_ie Denis Kenzior 2016-06-14 19:42:48 -05:00
  • 6d81e0a172 eapol: Add eapol_sm_get_group_cipher Denis Kenzior 2016-06-14 17:16:31 -05:00
  • c1ff686ed6 eapol: Add eapol_sm_get_pairwise_cipher Denis Kenzior 2016-06-14 17:16:04 -05:00
  • d297fbb215 netdev: Add stubs for netdev_disconnect Denis Kenzior 2016-06-14 12:15:18 -05:00
  • b2d8616ca4 device: Move device_get_address out of wiphy.c Denis Kenzior 2016-06-14 12:11:16 -05:00
  • c18cf173c3 device: Move device_get_ifindex out of wiphy.c Denis Kenzior 2016-06-14 12:10:44 -05:00
  • 74c8af9180 device: Move device_get_wiphy out of wiphy.c Denis Kenzior 2016-06-14 12:10:09 -05:00
  • e23ea59f95 device: Move device_is_busy out of wiphy.c Denis Kenzior 2016-06-14 11:34:35 -05:00
  • 6e57e4a00c device: Move device_get_path out of wiphy.c Denis Kenzior 2016-06-14 11:31:48 -05:00
  • e0c27a2ca8 device: Move device_get_connected_network Denis Kenzior 2016-06-14 11:30:19 -05:00
  • aedbdd01ae device: Migrate authentication to netdev api Denis Kenzior 2016-06-14 11:19:05 -05:00
  • 51f89e34e9 netdev: Add initial netdev_connect logic Denis Kenzior 2016-06-14 11:17:43 -05:00
  • 6bd71066ff device: Move device_disassociated out of wiphy.c Denis Kenzior 2016-06-14 11:14:45 -05:00
  • 64604ed59c device: Expose device_enter_state Denis Kenzior 2016-06-14 11:13:34 -05:00
  • 1e99fc182e device: Group declarations inside header Denis Kenzior 2016-06-14 11:12:18 -05:00
  • 9d4baab8bd device: Move device structure definition Denis Kenzior 2016-06-14 11:11:06 -05:00
  • 432ec3e69f storage: Return const char * Denis Kenzior 2016-06-10 09:59:59 -05:00
  • 9cef1490c5 network: Basic last seen time tracking Andrew Zaborowski 2016-06-10 11:50:22 +02:00
  • a0468fb9be device: Implement GetOrderedNetworks() Andrew Zaborowski 2016-06-10 11:50:21 +02:00
  • ca3cd12fb0 network: General network rank calculation Andrew Zaborowski 2016-06-10 11:50:20 +02:00
  • d138cf4e30 test: Update agent test with Cancel reason Andrew Zaborowski 2016-06-10 11:49:35 +02:00
  • 99f99e0bc0 agent: Add reason parameter to Cancel Andrew Zaborowski 2016-06-10 11:49:34 +02:00
  • e30a2093ce doc: Update agent-api with Cancel reason Andrew Zaborowski 2016-06-09 19:54:43 +02:00
  • b6c9508912 storage: Add storage_network_ssid_from_path Andrew Zaborowski 2016-06-09 19:55:24 +02:00
  • 11f23d500c network: Add network_get_signal_strength Andrew Zaborowski 2016-06-09 19:55:22 +02:00
  • dae897854b network: return boolean from network_rankmod Andrew Zaborowski 2016-06-09 19:55:20 +02:00
  • e07b24e5d8 wiphy: Move NULL check to device_disassociated Andrew Zaborowski 2016-06-09 19:55:19 +02:00
  • 3fa9a21a39 network: Add network_disconnected Andrew Zaborowski 2016-06-09 19:55:18 +02:00
  • b3abd2f7ca test-runner: add debug info for cmd being executed Denis Kenzior 2016-06-09 09:55:33 -05:00
  • d9848730ed test-runner: Update to the new l_main API Denis Kenzior 2016-06-09 09:42:29 -05:00
  • 454f7d7867 iwd: Update to the new l_main api Denis Kenzior 2016-06-09 09:38:13 -05:00