From f7943a9fd5743f92eed5e49a948c2c2032981dc3 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Tue, 4 Apr 2023 11:18:39 +0200 Subject: [PATCH] wpa-supplicant: optimize p2p support for ccimx93 The enabled options are mainly for AP mode, which improve the P2P performance when the P2P node behaves as an AP, it is, as P2P GO. https://onedigi.atlassian.net/browse/DEL-8346 Signed-off-by: Isaac Hermida --- .../wpa-supplicant/ccimx93/wpa_supplicant_p2p.conf | 4 ++++ .../wpa-supplicant/wpa-supplicant/defconfig | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/ccimx93/wpa_supplicant_p2p.conf diff --git a/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/ccimx93/wpa_supplicant_p2p.conf b/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/ccimx93/wpa_supplicant_p2p.conf new file mode 100644 index 000000000..2d5c60e12 --- /dev/null +++ b/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/ccimx93/wpa_supplicant_p2p.conf @@ -0,0 +1,4 @@ +ctrl_interface=/var/run/wpa_supplicant +device_name=##WLAN_P2P_DEVICE_NAME## +config_methods=display keypad push_button +persistent_reconnect=1 diff --git a/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig b/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig index ea38c2dbb..3c6cc532a 100644 --- a/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig +++ b/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig @@ -476,7 +476,7 @@ CONFIG_IEEE80211R=y #CONFIG_GETRANDOM=y # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode) -#CONFIG_IEEE80211AC=y +CONFIG_IEEE80211AC=y # Wireless Network Management (IEEE Std 802.11v-2011) # Note: This is experimental and not complete implementation. @@ -489,7 +489,7 @@ CONFIG_IEEE80211R=y #CONFIG_INTERWORKING=y # Hotspot 2.0 -#CONFIG_HS20=y +CONFIG_HS20=y # Enable interface matching in wpa_supplicant #CONFIG_MATCH_IFACE=y