Home
last modified time | relevance | path

Searched refs:IEEE80211_RSSI_GET (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_node.h319 #define IEEE80211_RSSI_GET(x) \ macro
H A Dieee80211_ddb.c275 ni->ni_avgrssi, IEEE80211_RSSI_GET(ni->ni_avgrssi), in _db_show_sta()
H A Dieee80211_node.c1313 rssi = IEEE80211_RSSI_GET(avgrssi); in node_getrssi()
1340 rssi = IEEE80211_RSSI_GET(avgrssi); in node_getmimoinfo()
H A Dieee80211_scan_sta.c299 ise->se_rssi = IEEE80211_RSSI_GET(se->se_avgrssi); in sta_add()