Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Dnl80211_copy.h2024 NL80211_STA_INFO_SIGNAL_AVG, enumerator
Ddriver_nl80211.c1992 [NL80211_STA_INFO_SIGNAL_AVG] = { .type = NLA_U8 }, in get_link_signal()
2015 if (sinfo[NL80211_STA_INFO_SIGNAL_AVG]) in get_link_signal()
2017 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL_AVG]); in get_link_signal()