From f7d752edffe7ee55dd9ebc93cbe9eb51219bfcc9 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 29 May 2024 00:10:11 +0530 Subject: [PATCH] samples: wifi: wfa_qt_app: Increase sockets QT along with hostap needs more FDs, else socket initialization will fail. Signed-off-by: Chaitanya Tata --- samples/wifi/wfa_qt_app/prj.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/wifi/wfa_qt_app/prj.conf b/samples/wifi/wfa_qt_app/prj.conf index 1f13b074f220..8aab6aa34036 100644 --- a/samples/wifi/wfa_qt_app/prj.conf +++ b/samples/wifi/wfa_qt_app/prj.conf @@ -9,7 +9,7 @@ CONFIG_WFA_QT_CONTROL_APP=y # Ideally this has to be done in the QT module, but we already override this in the # hostap module (7), so, hostap will override QT module's settings, so, we have to # override hostap's settings here. -CONFIG_POSIX_MAX_FDS=12 +CONFIG_POSIX_MAX_FDS=16 # WPA supplicant CONFIG_WPA_SUPP=y