nl80211: Add more details into signal change events
[libeap.git] / src / drivers / driver.h
index 96dec77..0d13d78 100644 (file)
@@ -2610,8 +2610,11 @@ union wpa_event_data {
         * struct signal_change - Data for EVENT_SIGNAL_CHANGE events
         */
        struct signal_change {
+               u32 frequency;
                int above_threshold;
                int current_signal;
+               int current_noise;
+               int current_txrate;
        } signal_change;
 };