Lines Matching defs:station_info
1906 struct station_info { struct
1907 u64 filled;
1908 u32 connected_time;
1909 u32 inactive_time;
1910 u64 assoc_at;
1911 u64 rx_bytes;
1912 u64 tx_bytes;
1913 u16 llid;
1914 u16 plid;
1915 u8 plink_state;
1916 s8 signal;
1917 s8 signal_avg;
1919 u8 chains;
1920 s8 chain_signal[IEEE80211_MAX_CHAINS];
1921 s8 chain_signal_avg[IEEE80211_MAX_CHAINS];
1923 struct rate_info txrate;
1924 struct rate_info rxrate;
1925 u32 rx_packets;
1926 u32 tx_packets;
1927 u32 tx_retries;
1928 u32 tx_failed;
1929 u32 rx_dropped_misc;
1930 struct sta_bss_parameters bss_param;
1931 struct nl80211_sta_flag_update sta_flags;
1933 int generation;
1935 const u8 *assoc_req_ies;
1936 size_t assoc_req_ies_len;
1938 u32 beacon_loss_count;
1939 s64 t_offset;
1940 enum nl80211_mesh_power_mode local_pm;
1941 enum nl80211_mesh_power_mode peer_pm;
1942 enum nl80211_mesh_power_mode nonpeer_pm;
1944 u32 expected_throughput;
1946 u64 tx_duration;
1947 u64 rx_duration;
1948 u64 rx_beacon;
1949 u8 rx_beacon_signal_avg;
1950 u8 connected_to_gate;
1952 struct cfg80211_tid_stats *pertid;
1953 s8 ack_signal;
1954 s8 avg_ack_signal;
1956 u16 airtime_weight;
1958 u32 rx_mpdu_count;
1959 u32 fcs_err_count;
1961 u32 airtime_link_metric;
1963 u8 connected_to_as;
1965 bool mlo_params_valid;
1966 u8 assoc_link_id;
1967 u8 mld_addr[ETH_ALEN] __aligned(2);
1968 const u8 *assoc_resp_ies;
1969 size_t assoc_resp_ies_len;