Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c2378 struct brcmf_sta_info_le sta_info_le; in brcmf_cfg80211_get_station() local
2387 memcpy(&sta_info_le, mac, ETH_ALEN); in brcmf_cfg80211_get_station()
2389 &sta_info_le, in brcmf_cfg80211_get_station()
2390 sizeof(sta_info_le)); in brcmf_cfg80211_get_station()
2396 sinfo->inactive_time = le32_to_cpu(sta_info_le.idle) * 1000; in brcmf_cfg80211_get_station()
2397 if (le32_to_cpu(sta_info_le.flags) & BRCMF_STA_ASSOC) { in brcmf_cfg80211_get_station()
2399 sinfo->connected_time = le32_to_cpu(sta_info_le.in); in brcmf_cfg80211_get_station()