Home
last modified time | relevance | path

Searched defs:wpa_signal_info (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h2006 struct wpa_signal_info { struct
2007 u32 frequency;
2008 int above_threshold;
2009 int current_signal;
2010 int avg_signal;
2011 int avg_beacon_signal;
2012 int current_noise;
2013 int current_txrate;
2014 enum chan_width chanwidth;
2015 int center_frq1;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h2314 struct wpa_signal_info { struct
2315 u32 frequency;
2316 int above_threshold;
2317 int current_signal;
2318 int avg_signal;
2319 int avg_beacon_signal;
2320 int current_noise;
2321 int current_txrate;
2322 enum chan_width chanwidth;
2323 int center_frq1;
[all …]