zephyr/subsys/net/l2/wifi
Muhammad Haziq 9958a2e3c3 net: wifi: replace (1 << xyz) with BIT(xyz)
Refactor (1 << xyz) to use the BIT(xyz) macro.
The change aims to enhance code readability.

Signed-off-by: Muhammad Haziq <muhammad.haziq@zintechnologies.com>
2024-08-13 18:19:33 -04:00
..
CMakeLists.txt cmake: linker: Use kconfig for iterable section subalign 2024-05-07 18:01:37 -04:00
Kconfig net: wifi_mgmt: Support to configure AP parameter max_num_sta 2024-05-29 14:09:59 +02:00
wifi_mgmt.c net: wifi_mgmt: add hostap DPP support 2024-08-05 18:40:17 -04:00
wifi_nm.c net: wifi: replace (1 << xyz) with BIT(xyz) 2024-08-13 18:19:33 -04:00
wifi_nm.ld net: wifi: Add iterable_sections header file 2024-08-01 12:36:00 +02:00
wifi_shell.c net: wifi: shell: enhance consistency in code style 2024-08-08 20:21:13 -04:00
wifi_utils.c net: wifi_utils: correct channel scan range in Wi-Fi 6GHz 2024-08-09 08:36:22 -04:00