Module ui.network.wpa_supplicant
WPA client helper for Kobo.
Functions
WpaSupplicant:getNetworkList () | Gets network list. |
WpaSupplicant:authenticateNetwork (network) | Authenticates network. |
Issues
WpaSupplicant:getNetworkList-todo4 | verify saved_nw.flags == network.flags? This will break if user changed the network setting from [WPA-PSK-TKIP+CCMP][WPS][ESS] to [WPA-PSK-TKIP+CCMP][ESS] |
WpaSupplicant:getNetworkList-todo4-todo5 | also verify bssid if it is not set to any |
WpaSupplicant:getNetworkList-todo4-todo5-todo6 | calculate PSK with native function instead of shelling out hostap's reference implementation is available at: * /wpasupplicant/wpapassphrase.c * /src/crypto/sha1-pbkdf2.c see: http://docs.ros.org/diamondback/api/wpa_supplicant/html/sha1-pbkdf2_8c_source.html |
Functions
- WpaSupplicant:getNetworkList ()
- Gets network list.
- WpaSupplicant:authenticateNetwork (network)
-
Authenticates network.
Parameters:
- network
Issues
- WpaSupplicant:getNetworkList-todo4
- verify saved_nw.flags == network.flags? This will break if user changed the network setting from [WPA-PSK-TKIP+CCMP][WPS][ESS] to [WPA-PSK-TKIP+CCMP][ESS]
- WpaSupplicant:getNetworkList-todo4-todo5
- also verify bssid if it is not set to any
- WpaSupplicant:getNetworkList-todo4-todo5-todo6
- calculate PSK with native function instead of shelling out hostap's reference implementation is available at: * /wpasupplicant/wpapassphrase.c * /src/crypto/sha1-pbkdf2.c see: http://docs.ros.org/diamondback/api/wpa_supplicant/html/sha1-pbkdf2_8c_source.html