Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c733 u32 inactive_time = 0; in get_station() local
752 wilc_get_inactive_time(vif, mac, &inactive_time); in get_station()
753 sinfo->inactive_time = 1000 * inactive_time; in get_station()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h1818 __le32 inactive_time; member
Dcommands.c630 if (qtnf_sta_stat_avail(inactive_time, QLINK_STA_INFO_INACTIVE_TIME)) { in qtnf_cmd_sta_info_parse()
632 sinfo->inactive_time = le32_to_cpu(stats->inactive_time); in qtnf_cmd_sta_info_parse()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.h386 u32 inactive_time; member
Ddebugfs_htt_stats.c721 htt_stats_buf->inactive_time); in htt_print_peer_stats_cmn_tlv()
/kernel/linux/linux-5.10/net/wireless/
Dtrace.h172 __field(u32, inactive_time) \
188 __entry->inactive_time = sinfo->inactive_time; \
Dnl80211.c5638 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
/kernel/linux/linux-5.10/net/mac80211/
Dsta_info.c2286 sinfo->inactive_time = in sta_set_sinfo()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1673 u32 inactive_time; member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c1384 sinfo->inactive_time = in mwifiex_dump_station_info()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dwmi.h4812 __le32 inactive_time; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c2800 sinfo->inactive_time = le32_to_cpu(sta_info_le.idle) * 1000; in brcmf_cfg80211_get_station()