Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3128 * @NL80211_STA_INFO_SIGNAL_AVG: signal strength average (u8, dBm)
3195 NL80211_STA_INFO_SIGNAL_AVG, enumerator
H A Ddriver_nl80211.c1421 [NL80211_STA_INFO_SIGNAL_AVG] = { .type = NLA_U8 }, in get_link_signal()
1445 if (sinfo[NL80211_STA_INFO_SIGNAL_AVG]) in get_link_signal()
1447 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL_AVG]); in get_link_signal()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3473 * @NL80211_STA_INFO_SIGNAL_AVG: signal strength average (u8, dBm)
3544 NL80211_STA_INFO_SIGNAL_AVG, enumerator
H A Ddriver_nl80211.c1746 [NL80211_STA_INFO_SIGNAL_AVG] = { .type = NLA_U8 }, in get_link_signal()
1770 if (sinfo[NL80211_STA_INFO_SIGNAL_AVG]) in get_link_signal()
1772 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL_AVG]); in get_link_signal()

Completed in 53 milliseconds