From: Jouni Malinen Date: Thu, 7 Sep 2023 15:28:24 +0000 (+0300) Subject: Document per-ESS MAC address (mac_addr=3 and mac_value) X-Git-Tag: hostap_2_11~989 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e71516936b742bf2b1e5ecb97fa96b037eaee01;p=thirdparty%2Fhostap.git Document per-ESS MAC address (mac_addr=3 and mac_value) Commit 9025def55cfd ("wpa_supplicant: Add support for pregenerated MAC") added this capability, but did not update wpa_supplicant.conf to document it. Add such documentation to match the information in config_ssid.h. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf index 1b09f57d3..b58c042f0 100644 --- a/wpa_supplicant/wpa_supplicant.conf +++ b/wpa_supplicant/wpa_supplicant.conf @@ -503,12 +503,17 @@ fast_reauth=1 # 0 = use permanent MAC address # 1 = use random MAC address for each ESS connection # 2 = like 1, but maintain OUI (with local admin bit set) +# 3 = use dedicated/pregenerated MAC address (see mac_value) # # By default, permanent MAC address is used unless policy is changed by # the per-network mac_addr parameter. Global mac_addr=1 can be used to # change this default behavior. #mac_addr=0 +# Local MAC address to use whenever connecting with this network profile +# This is used with mac_addr=3. +#mac_value=02:12:34:56:78:9a + # Lifetime of random MAC address in seconds (default: 60) #rand_addr_lifetime=60