Skip to content

Commit

Permalink
samples: wifi: qt: Fix socket errors
Browse files Browse the repository at this point in the history
Increase the max FD's to accomodate QT module.

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
  • Loading branch information
D-Triveni authored and nordicjm committed Sep 15, 2023
1 parent 3c68161 commit 7d50ca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/wifi/wfa_qt_app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
CONFIG_WIFI=y
CONFIG_WIFI_NRF700X=y
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=10

# WPA supplicant
CONFIG_WPA_SUPP=y
Expand Down

0 comments on commit 7d50ca7

Please sign in to comment.