zephyr/subsys/net/l2
Robert Lubos 30382daf88 net: wifi_shell: Add user input validation for SSID and PSK
When parsing user input for "wifi connect" and "wifi ap enable"
commands, the SSID and PSK lengths were not verified. It's better to
detect invalid connect/AP enable parameters early, so that help text can
be printed, instead of letting wifi_mgmt command to fail.

For WIFI_SECURITY_TYPE_SAE, follow the Linux convention of limiting the
size to 128 bytes.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-07-25 14:16:17 +02:00
..
bluetooth shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
canbus
dummy
ethernet net: gptp: fix announce message byte order 2023-07-19 21:42:05 -04:00
ieee802154 net: ieee802154_radio: add attribute getter API 2023-07-25 09:13:41 +02:00
offloaded_netdev net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
openthread net: iface: Improve thread safety of net_if_ipv*_maddr_* functions 2023-05-10 11:06:15 +02:00
ppp drivers/gsm_ppp: Update existing modules to use PPP L2 2023-06-17 07:46:21 -04:00
virtual device: remove redundant init functions 2023-04-19 10:00:25 +02:00
wifi net: wifi_shell: Add user input validation for SSID and PSK 2023-07-25 14:16:17 +02:00
CMakeLists.txt net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
Kconfig net: wifi_mgmt: Support to provide raw scan data 2023-05-12 10:50:21 +00:00