|
@@ -114,6 +114,15 @@ eapol_version=1
|
|
|
# networks are found, a new IBSS or AP mode network is created.
|
|
|
ap_scan=1
|
|
|
|
|
|
+# MPM residency
|
|
|
+# By default, wpa_supplicant implements the mesh peering manager (MPM) for an
|
|
|
+# open mesh. However, if the driver can implement the MPM, you may set this to
|
|
|
+# 0 to use the driver version. When AMPE is enabled, the wpa_supplicant MPM is
|
|
|
+# always used.
|
|
|
+# 0: MPM lives in the driver
|
|
|
+# 1: wpa_supplicant provides an MPM which handles peering (default)
|
|
|
+#user_mpm=1
|
|
|
+
|
|
|
# EAP fast re-authentication
|
|
|
# By default, fast re-authentication is enabled for all EAP methods that
|
|
|
# support it. This variable can be used to disable fast re-authentication.
|