X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=wpa_supplicant%2Fconfig_ssid.h;h=b5dbf6ee38c8bc2e0310368ac1cf2907d0c20d78;hb=c267753ba2cc006907c57cf11b06d658f783682f;hp=26b91bd18024e070d7c18a88673f97a3c4e2fe43;hpb=4d8fb637998062fbc7e1bc32e6e58646cd55ff9e;p=thirdparty%2Fhostap.git diff --git a/wpa_supplicant/config_ssid.h b/wpa_supplicant/config_ssid.h index 26b91bd18..b5dbf6ee3 100644 --- a/wpa_supplicant/config_ssid.h +++ b/wpa_supplicant/config_ssid.h @@ -653,6 +653,18 @@ struct wpa_ssid { #endif /* CONFIG_HS20 */ unsigned int wps_run; + + /** + * mac_addr - MAC address policy + * + * 0 = use permanent MAC address + * 1 = use random MAC address for each ESS connection + * + * Internally, special value -1 is used to indicate that the parameter + * was not specified in the configuration (i.e., default behavior is + * followed). + */ + int mac_addr; }; #endif /* CONFIG_SSID_H */