Searched refs:NL80211_STA_INFO_BEACON_SIGNAL_AVG (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h241 NL80211_STA_INFO_BEACON_SIGNAL_AVG, enumerator in enum:nl80211_sta_info
/freebsd-current/contrib/wpa/src/drivers/
H A Dnl80211_copy.h3431 * @NL80211_STA_INFO_BEACON_SIGNAL_AVG: signal strength average
3493 NL80211_STA_INFO_BEACON_SIGNAL_AVG, enumerator in enum:nl80211_sta_info
H A Ddriver_nl80211.c1580 [NL80211_STA_INFO_BEACON_SIGNAL_AVG] = { .type = NLA_U8 },
1609 if (sinfo[NL80211_STA_INFO_BEACON_SIGNAL_AVG])
1612 nla_get_u8(sinfo[NL80211_STA_INFO_BEACON_SIGNAL_AVG]);
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c5933 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_BEACON_SIGNAL_AVG);

Completed in 291 milliseconds