[PATCH 1/4] drivers: update driver.h to add signal quality elements to signal_change structure
Paul Stewart
pstew
Fri Oct 1 10:26:42 PDT 2010
From: Paul Stewart <pstew at google.com>
Signed-off-by: Paul Stewart <pstew at google.com>
---
src/drivers/driver.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/drivers/driver.h b/src/drivers/driver.h
index 169f54e..7d57fd2 100644
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
@@ -2435,8 +2435,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;
};
--
1.7.1
More information about the Hostap
mailing list