We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558bc9f commit f172e56Copy full SHA for f172e56
modules/hostap/src/supp_main.c
@@ -5,6 +5,8 @@
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
+#include <unistd.h>
9
+
10
#include <zephyr/logging/log.h>
11
LOG_MODULE_REGISTER(wifi_supplicant, CONFIG_WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL);
12
west.yml
@@ -286,7 +286,7 @@ manifest:
286
- hal
287
- name: hostap
288
path: modules/lib/hostap
289
- revision: 3ec675be30c25b56cc0e7dbd5bd931a87d32937e
+ revision: refs/pull/108/head
290
- name: liblc3
291
revision: 48bbd3eacd36e99a57317a0a4867002e0b09e183
292
path: modules/lib/liblc3
0 commit comments