Searched refs:NL80211_ATTR_RX_SIGNAL_DBM (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 322 NL80211_ATTR_RX_SIGNAL_DBM, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 1983 * @NL80211_ATTR_RX_SIGNAL_DBM: signal strength in dBm (as a 32-bit int); 2778 NL80211_ATTR_RX_SIGNAL_DBM, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 2153 * @NL80211_ATTR_RX_SIGNAL_DBM: signal strength in dBm (as a 32-bit int); 3066 NL80211_ATTR_RX_SIGNAL_DBM, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 347 NL80211_ATTR_RX_SIGNAL_DBM, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 347 NL80211_ATTR_RX_SIGNAL_DBM, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 16296 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm))) in cfg80211_notify_new_peer_candidate() 16682 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in nl80211_send_mgmt() 17356 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in cfg80211_report_obss_beacon_khz()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 18471 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm))) in cfg80211_notify_new_peer_candidate() 18896 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, info->sig_dbm)) || in nl80211_send_mgmt() 19704 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in cfg80211_report_obss_beacon_khz()
|
Completed in 86 milliseconds