zephyr/subsys/net/l2/wifi
Jukka Rissanen 4b41f9f246 net: wifi: Fix compile error when -Werror -Wextra are set
The warning which became error looks like this

error: type qualifiers ignored on function return type
                                [-Werror=ignored-qualifiers]
  219 | const char * const wifi_ps_txt(enum wifi_ps ps_name);

It is pointless to add a const qualifier to a return value.
So remove the const pointer to avoid this warning.

Fixes #64197

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-10-23 11:06:23 +02:00
..
CMakeLists.txt net: wifi: Added scan extension support for frequency bands 2023-08-23 16:05:08 +01:00
Kconfig net: wifi: re-add WIFI_MGMT_FORCED_PASSIVE_SCAN 2023-09-28 15:44:01 +02:00
wifi_mgmt.c net: wifi: Fix compile error when -Werror -Wextra are set 2023-10-23 11:06:23 +02:00
wifi_nm.c net: wifi: Introduce Wi-Fi network managers 2023-07-11 14:55:30 +02:00
wifi_nm.ld net: wifi: Introduce Wi-Fi network managers 2023-07-11 14:55:30 +02:00
wifi_shell.c net: l2: wifi: Fix Wi-Fi mode get command bug 2023-10-03 11:30:13 +02:00
wifi_utils.c net: wifi: shell: update SSID argument format 2023-09-28 15:44:01 +02:00