Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c2771 struct brcmf_sta_info_le sta_info_le; in brcmf_cfg80211_get_station() local
2787 memset(&sta_info_le, 0, sizeof(sta_info_le)); in brcmf_cfg80211_get_station()
2788 memcpy(&sta_info_le, mac, ETH_ALEN); in brcmf_cfg80211_get_station()
2790 &sta_info_le, in brcmf_cfg80211_get_station()
2791 sizeof(sta_info_le)); in brcmf_cfg80211_get_station()
2795 &sta_info_le, in brcmf_cfg80211_get_station()
2796 sizeof(sta_info_le)); in brcmf_cfg80211_get_station()
2802 brcmf_dbg(TRACE, "version %d\n", le16_to_cpu(sta_info_le.ver)); in brcmf_cfg80211_get_station()
2804 sinfo->inactive_time = le32_to_cpu(sta_info_le in brcmf_cfg80211_get_station()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3133 struct brcmf_sta_info_le sta_info_le; in brcmf_cfg80211_get_station() local
3149 memset(&sta_info_le, 0, sizeof(sta_info_le)); in brcmf_cfg80211_get_station()
3150 memcpy(&sta_info_le, mac, ETH_ALEN); in brcmf_cfg80211_get_station()
3152 &sta_info_le, in brcmf_cfg80211_get_station()
3153 sizeof(sta_info_le)); in brcmf_cfg80211_get_station()
3157 &sta_info_le, in brcmf_cfg80211_get_station()
3158 sizeof(sta_info_le)); in brcmf_cfg80211_get_station()
3164 brcmf_dbg(TRACE, "version %d\n", le16_to_cpu(sta_info_le.ver)); in brcmf_cfg80211_get_station()
3166 sinfo->inactive_time = le32_to_cpu(sta_info_le in brcmf_cfg80211_get_station()
[all...]

Completed in 13 milliseconds