Skip to content

Commit

Permalink
samples: wifi: wfa_qt_app: Increase sockets
Browse files Browse the repository at this point in the history
QT along with hostap needs more FDs, else socket initialization will
fail.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Jun 3, 2024
1 parent 18b8c71 commit 26adfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/wifi/wfa_qt_app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26adfd8

Please sign in to comment.