mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 05:39:24 +01:00
TODO: Mark agent task done
Update doc/features.txt with a short description of the feature.
This commit is contained in:
parent
e17d2d63c2
commit
59b4a6d7ba
10
TODO
10
TODO
@ -293,16 +293,6 @@ Wireless daemon
|
|||||||
Priority: High
|
Priority: High
|
||||||
Complexity: C4
|
Complexity: C4
|
||||||
|
|
||||||
- Implement agent support in iwd.
|
|
||||||
|
|
||||||
If something needs to be asked from user, like passphrase etc.
|
|
||||||
a DBus agent interface can be registered by the user.
|
|
||||||
This is similar as what is implemented in ConnMan and BlueZ.
|
|
||||||
|
|
||||||
Priority: Medium
|
|
||||||
Complexity: C2
|
|
||||||
Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
|
|
||||||
|
|
||||||
- Add utility to create netlink REKEY_DATA attributes
|
- Add utility to create netlink REKEY_DATA attributes
|
||||||
|
|
||||||
The REKEY_DATA needs to be uploaded to the driver so that if re-keying is
|
The REKEY_DATA needs to be uploaded to the driver so that if re-keying is
|
||||||
|
@ -14,6 +14,13 @@ a certain SSID instead of connecting directly to a BSS. IWD will then pick
|
|||||||
the best BSS automatically from the BSS list when connecting to a SSID.
|
the best BSS automatically from the BSS list when connecting to a SSID.
|
||||||
The "best" BSS in this context is the BSS that has the highest signal strength.
|
The "best" BSS in this context is the BSS that has the highest signal strength.
|
||||||
|
|
||||||
|
IWD uses the DBus agent interface to query information from the user.
|
||||||
|
The information asked include things like passphrase etc. The user can
|
||||||
|
register only one agent to iwd. If the user does not respond in timely
|
||||||
|
manner to the query, then the pending user request is cancelled after a
|
||||||
|
timeout. The pending user request is also cancelled if user disconnects a
|
||||||
|
pending connection attempt.
|
||||||
|
|
||||||
|
|
||||||
Wireless monitor
|
Wireless monitor
|
||||||
================
|
================
|
||||||
|
Loading…
Reference in New Issue
Block a user