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 <isaac.hermida@digi.com>
This commit is contained in:
parent
6e812a569b
commit
f7943a9fd5
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue