Home | History | Annotate | Download | only in hardware_legacy

Lines Matching defs:radio

96    u32 on_time;                // msecs the radio is awake (32 bits number accruing over time)

100 /* radio statistics */
102 wifi_radio radio; // wifi radio (if multiple radio supported)
103 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
104 u32 tx_time; // msecs the radio is transmitting (32 bits number accruing over time)
105 u32 rx_time; // msecs the radio is in active receive (32 bits number accruing over time)
106 u32 on_time_scan; // msecs the radio is awake due to all scan (32 bits number accruing over time)
107 u32 on_time_nbd; // msecs the radio is awake due to NAN (32 bits number accruing over time)
108 u32 on_time_gscan; // msecs the radio is awake due to G?scan (32 bits number accruing over time)
109 u32 on_time_roam_scan; // msecs the radio is awake due to roam?scan (32 bits number accruing over time)
110 u32 on_time_pno_scan; // msecs the radio is awake due to PNO scan (32 bits number accruing over time)
111 u32 on_time_hs20; // msecs the radio is awake due to HS2.0 scans and GAS exchange (32 bits number accruing over time)
202 Radio statistics (once started) do not stop or get reset unless wifi_clear_link_stats is invoked
212 /* api to collect the link layer statistics for a given iface and all the radio stats */
217 #define WIFI_STATS_RADIO 0x00000001 // all radio statistics
218 #define WIFI_STATS_RADIO_CCA 0x00000002 // cca_busy_time (within radio statistics)
219 #define WIFI_STATS_RADIO_CHANNELS 0x00000004 // all channel statistics (within radio statistics)
220 #define WIFI_STATS_RADIO_SCAN 0x00000008 // all scan statistics (within radio statistics)