Searched refs:radio_stat_len (Results 1 – 1 of 1) sorted by relevance
2807 t_u32 num_radio = 0, iface_stat_len = 0, radio_stat_len = 0; in woal_cfg80211_subcmd_link_statistic_get() local2840 radio_stat_len = num_radio * sizeof(wifi_radio_stat); in woal_cfg80211_subcmd_link_statistic_get()2876 sizeof(num_radio) + radio_stat_len); in woal_cfg80211_subcmd_link_statistic_get()2888 length = NLA_HDRLEN * 2 + sizeof(num_radio) + radio_stat_len + in woal_cfg80211_subcmd_link_statistic_get()2899 nla_put(skb, ATTR_LL_STATS_RADIO, radio_stat_len, radio_stat) || in woal_cfg80211_subcmd_link_statistic_get()2909 DBG_HEXDUMP(MDAT_D, "radio_stat", (t_u8 *)radio_stat, radio_stat_len); in woal_cfg80211_subcmd_link_statistic_get()