3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 03:18:46 +02:00
iwd/src
Jukka Rissanen 7b945d948f wiphy: Set the linkmode and operstate of the link
We need to set the linkmode and operstate after successful
authentication.

Initial value for linkmode is 1 (user space controlled) and
IF_OPER_DORMANT for opermode. After successful authentication,
the operstate is set to IF_OPER_UP.

More specific details can be seen in kernel sources at
https://www.kernel.org/doc/Documentation/networking/operstates.txt
2015-03-27 13:14:31 -05:00
..
agent.c agent: Only cancel if default agent is registered 2015-03-06 12:45:54 -06:00
agent.h agent: Cancel pending agent request 2015-03-02 20:57:14 -06:00
crypto.c arc4: Remove and move to src/crypto.c 2015-02-18 21:11:37 -06:00
crypto.h crypto: Use same values as nl80211 2015-03-25 22:33:07 -05:00
dbus.c dbus: Add dbus_error_no_agent 2015-03-20 15:42:39 -05:00
dbus.h dbus: Add dbus_error_no_agent 2015-03-20 15:42:39 -05:00
eapol.c eapol: Add __eapol_set_gtk_install_func 2015-03-25 23:28:22 -05:00
eapol.h eapol: Add __eapol_set_gtk_install_func 2015-03-25 23:28:22 -05:00
ie.c ie: There can be only one group_cipher 2015-03-16 12:12:59 -05:00
ie.h ie: Provide a utility to build WPA IE 2015-03-16 12:06:49 -05:00
iwd.conf iwd.conf: Punch hole for agent 2015-03-19 23:57:36 -05:00
iwd.h wiphy: Fix uninitialized var warnings 2014-10-30 00:26:49 -05:00
kdbus.c core: Fix a few compiler warnings 2014-07-15 22:29:02 +02:00
kdbus.h core: Add kdbus helpers for connections and well known names 2014-05-20 23:06:56 -07:00
main.c agent: Make sure Release is sent when iwd exits 2015-03-02 20:59:01 -06:00
manager.c agent: Make sure Release is sent when iwd exits 2015-03-02 20:59:01 -06:00
manager.h manager: Add manager skeleton 2014-10-06 22:13:40 -05:00
mpdu.c mpdu: fix transaction_sequence byte-ordering 2015-01-22 12:41:10 -06:00
mpdu.h mpdu: Change the validation function signature 2015-01-22 12:14:47 -06:00
netdev.c netdev: Add function to set the linkmode and operstate of the link 2015-03-27 13:13:33 -05:00
netdev.h netdev: Add function to set the linkmode and operstate of the link 2015-03-27 13:13:33 -05:00
scan.c scan: use new l_genl send APIs 2015-02-27 11:00:27 -06:00
scan.h scan: Make const correct 2015-01-28 21:23:16 -06:00
sha1.c sha1: Return right away if checksum creation fails 2015-03-20 14:56:27 -05:00
sha1.h core: Add SHA-1 versions of PBKDF2 and PRF functions 2014-05-11 11:43:42 -07:00
util.c util: Move msg_append_attr into util part 2015-03-02 20:44:02 -06:00
util.h util: Move msg_append_attr into util part 2015-03-02 20:44:02 -06:00
wiphy.c wiphy: Set the linkmode and operstate of the link 2015-03-27 13:14:31 -05:00
wiphy.h wiphy: Remove unneeded wiphy_set_ssid function 2014-11-07 22:44:27 -06:00