Home
last modified time | relevance | path

Searched refs:assoc_at (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Dsta_info.h656 * @assoc_at: clock boottime (in ns) of last association
744 u64 assoc_at; member
H A Dsta_info.c1427 sta->assoc_at = ktime_get_boottime_ns(); in _sta_info_move_state()
3018 sinfo->assoc_at = sta->assoc_at; in sta_set_sinfo()
/linux/include/net/
H A Dcfg80211.h2171 u64 assoc_at; member
2305 u64 assoc_at; member
/linux/net/wireless/
H A Dnl80211.c7541 PUT_SINFO_U64(ASSOC_AT_BOOTTIME, assoc_at); in nl80211_send_station()