Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnl80211.h3107 NL80211_STA_INFO_CHAIN_SIGNAL_AVG, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnl80211.h3107 NL80211_STA_INFO_CHAIN_SIGNAL_AVG, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnl80211.h3455 NL80211_STA_INFO_CHAIN_SIGNAL_AVG, enumerator
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.c2398 BIT_ULL(NL80211_STA_INFO_CHAIN_SIGNAL_AVG)))) { in sta_set_sinfo()
2401 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_CHAIN_SIGNAL_AVG); in sta_set_sinfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c2856 BIT_ULL(NL80211_STA_INFO_CHAIN_SIGNAL_AVG); in brcmf_cfg80211_get_station()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c5682 if (sinfo->filled & BIT_ULL(NL80211_STA_INFO_CHAIN_SIGNAL_AVG)) { in nl80211_send_station()
5685 NL80211_STA_INFO_CHAIN_SIGNAL_AVG)) in nl80211_send_station()