Home | History | Annotate | Download | only in hardware_legacy

Lines Matching refs:u32

52    u32 capabilities;             // WIFI_CAPABILITY_XXX (self)

69 u32 preamble :3; // 0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved
70 u32 nss :2; // 0:1x1, 1:2x2, 3:3x3, 4:4x4
71 u32 bw :3; // 0:20MHz, 1:40Mhz, 2:80Mhz, 3:160Mhz
72 u32 rateMcsIdx :8; // OFDM/CCK rate code would be as per ieee std in the units of 0.5mbps
74 u32 reserved :16; // reserved
75 u32 bitrate; // units of 100 Kbps
81 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
82 u32 cca_busy_time; // msecs the CCA register is busy (32 bits number accruing over time)
91 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
92 u32 tx_time; // msecs the radio is transmitting (32 bits number accruing over time)
93 u32 num_tx_levels; // number of radio transmit power levels
94 u32 *tx_time_per_levels; // pointer to an array of radio transmit per power levels in
96 u32 rx_time; // msecs the radio is in active receive (32 bits number accruing over time)
97 u32 on_time_scan; // msecs the radio is awake due to all scan (32 bits number accruing over time)
98 u32 on_time_nbd; // msecs the radio is awake due to NAN (32 bits number accruing over time)
99 u32 on_time_gscan; // msecs the radio is awake due to G?scan (32 bits number accruing over time)
100 u32 on_time_roam_scan; // msecs the radio is awake due to roam?scan (32 bits number accruing over time)
101 u32 on_time_pno_scan; // msecs the radio is awake due to PNO scan (32 bits number accruing over time)
102 u32 on_time_hs20; // msecs the radio is awake due to HS2.0 scans and GAS exchange (32 bits number accruing over time)
103 u32 num_channels; // number of channels
131 u32 tx_mpdu; // number of successfully transmitted data pkts (ACK rcvd)
132 u32 rx_mpdu; // number of received data pkts
133 u32 mpdu_lost; // number of data packet losses (no ACK)
134 u32 retries; // total number of data pkt retries
135 u32 retries_short; // number of short data pkt retries
136 u32 retries_long; // number of long data pkt retries
164 u32 capabilities; // peer WIFI_CAPABILITY_XXX
165 u32 num_rate; // number of rates
172 u32 tx_mpdu; // number of successfully transmitted unicast data pkts (ACK rcvd)
173 u32 rx_mpdu; // number of received unicast data packets
174 u32 tx_mcast; // number of succesfully transmitted multicast data packets
176 u32 rx_mcast; // number of received multicast data packets
177 u32 rx_ampdu; // number of received unicast a-mpdus; support of this counter is optional
178 u32 tx_ampdu; // number of transmitted unicast a-mpdus; support of this counter is optional
179 u32 mpdu_lost; // number of data pkt losses (no ACK)
180 u32 retries; // total number of data pkt retries
181 u32 retries_short; // number of short data pkt retries
182 u32 retries_long; // number of long data pkt retries
183 u32 contention_time_min; // data pkt min contention time (usecs)
184 u32 contention_time_max; // data pkt max contention time (usecs)
185 u32 contention_time_avg; // data pkt avg contention time (usecs)
186 u32 contention_num_samples; // num of data pkts used for contention statistics
193 u32 beacon_rx; // access point beacon received count from connected AP
198 u32 leaky_ap_detected; // indicate that this AP typically leaks packets beyond the driver guard time.
199 u32 leaky_ap_avg_num_frames_leaked; // average number of frame leaked by AP after frame with PM bit set was ACK'ed by AP
200 u32 leaky_ap_guard_time; // guard time currently in force (when implementing IEEE power management based on
203 u32 mgmt_rx; // access point mgmt frames received count from connected AP (including Beacon)
204 u32 mgmt_action_rx; // action frames received count
205 u32 mgmt_action_tx; // action frames transmit count
210 u32 num_peers; // number of peers
216 u32 mpdu_size_threshold; // threshold to classify the pkts as short or long
218 u32 aggressive_statistics_gathering; // set for field debug mode. Driver should collect all statistics regardless of performance impact.
252 u32 stats_clear_req_mask, u32 *stats_clear_rsp_mask, u8 stop_req, u8 *stop_rsp);