]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/drivers/driver.h
HT: Let the driver advertise its supported SMPS modes for AP mode
[thirdparty/hostap.git] / src / drivers / driver.h
index 7f1ee82e816c9a095c3f01de8e3b3a56009cfd92..5fecd04db1d8b9610d5e1c7f52a0d710274e91d8 100644 (file)
@@ -1056,6 +1056,10 @@ struct wpa_driver_capa {
 #define WPA_DRIVER_FLAGS_MESH                  0x0000000100000000ULL
        u64 flags;
 
+#define WPA_DRIVER_SMPS_MODE_STATIC                    0x00000001
+#define WPA_DRIVER_SMPS_MODE_DYNAMIC                   0x00000002
+       unsigned int smps_modes;
+
        int max_scan_ssids;
        int max_sched_scan_ssids;
        int sched_scan_supported;