Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h83 #define IEEE80211_RSSI_CMP_THRESHOLD 5 macro
H A Dnet80211_node.c504 if (ABS(rssib - rssia) < IEEE80211_RSSI_CMP_THRESHOLD) { in ieee80211_node_compare()