wpa_supplicant: Add support for setting of a regulatory domain
[wpasupplicant] / wpa_supplicant / config.h
index b05576d..3ec2a01 100644 (file)
@@ -252,6 +252,14 @@ struct wpa_config {
         * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
         */
        u8 uuid[16];
+
+       /**
+        * alpha2 - Country code
+        *
+        * This is the ISO/IEC alpha2 country code for which we are operating
+        * in
+        */
+       char alpha2[2];
 };