mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-08 21:54:05 +01:00
TODO: Clarify SSID tasks
This commit is contained in:
parent
be9f2f1865
commit
2f1d38ea8f
10
TODO
10
TODO
@ -328,15 +328,19 @@ Wireless daemon
|
|||||||
Priority: High
|
Priority: High
|
||||||
Complexity: C2
|
Complexity: C2
|
||||||
|
|
||||||
- Fix SSID handling in source files to be of type uint32_t[32], also
|
- Fix SSID handling in source files to be of type uint8_t[32], also
|
||||||
add the SSID length as the SSID is not a string but can contain any
|
add the SSID length as the SSID is not a string but can contain any
|
||||||
characters.
|
characters.
|
||||||
|
|
||||||
Priority: Medium
|
Priority: Medium
|
||||||
Complexity: C1
|
Complexity: C1
|
||||||
|
|
||||||
- Change the SSID in DBus message to be an array of bytes. DBus does not
|
- SSIDs are actually an array of bytes, not printable characters. These days
|
||||||
like if non UTF-8 characters are passed in strings in the messages.
|
most SSIDs are UTF8 compliant. There are several possible approaches to
|
||||||
|
solve this issue. One way would be to use bytearrays to represent SSIDs in
|
||||||
|
the DBus APIs. Alternatively, SSIDs that are not UTF8 compliant should be
|
||||||
|
ignored or transformed into a UTF8 string, perhaps by using replacement
|
||||||
|
UTF8 characters.
|
||||||
|
|
||||||
Priority: Medium
|
Priority: Medium
|
||||||
Complexity: C1
|
Complexity: C1
|
||||||
|
Loading…
Reference in New Issue
Block a user