Home
last modified time | relevance | path

Searched refs:inactive_time (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c744 u32 inactive_time = 0; in get_station() local
763 wilc_get_inactive_time(vif, mac, &inactive_time); in get_station()
764 sinfo->inactive_time = 1000 * inactive_time; in get_station()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1823 __le32 inactive_time; member
H A Dcommands.c618 if (qtnf_sta_stat_avail(inactive_time, QLINK_STA_INFO_INACTIVE_TIME)) { in qtnf_cmd_sta_info_parse()
620 sinfo->inactive_time = le32_to_cpu(stats->inactive_time); in qtnf_cmd_sta_info_parse()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h422 u32 inactive_time; member
H A Ddebugfs_htt_stats.c716 htt_stats_buf->inactive_time); in htt_print_peer_stats_cmn_tlv()
/linux/net/wireless/
H A Dtrace.h191 __field(u32, inactive_time) \
207 __entry->inactive_time = sinfo->inactive_time; \
H A Dnl80211.c7342 PUT_LINK_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_fill_link_station()
7540 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
7877 link_inactive_time > link_sinfo->inactive_time)) { in cfg80211_sta_set_mld_sinfo()
7878 link_inactive_time = link_sinfo->inactive_time; in cfg80211_sta_set_mld_sinfo()
7879 sinfo->inactive_time = link_sinfo->inactive_time; in cfg80211_sta_set_mld_sinfo()
7899 link_inactive_time > link_sinfo->inactive_time)) { in cfg80211_sta_set_mld_sinfo()
7906 link_inactive_time > link_sinfo->inactive_time)) { in cfg80211_sta_set_mld_sinfo()
7914 link_inactive_time > link_sinfo->inactive_time)) { in cfg80211_sta_set_mld_sinfo()
7922 link_inactive_time > link_sinfo->inactive_time)) { in cfg80211_sta_set_mld_sinfo()
/linux/net/mac80211/
H A Dsta_info.c2784 link_sinfo->inactive_time = in sta_set_link_sinfo()
3019 sinfo->inactive_time = in sta_set_sinfo()
/linux/include/net/
H A Dcfg80211.h2170 u32 inactive_time; member
2304 u32 inactive_time; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c1477 sinfo->inactive_time = in mwifiex_dump_station_info()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3176 sinfo->inactive_time = le32_to_cpu(sta_info_le.idle) * 1000; in brcmf_cfg80211_get_station()