Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3118 * @NL80211_STA_INFO_SIGNAL: signal strength of last received PPDU (u8, dBm)
3189 NL80211_STA_INFO_SIGNAL, enumerator
H A Ddriver_nl80211.c1420 [NL80211_STA_INFO_SIGNAL] = { .type = NLA_U8 }, in get_link_signal()
1439 if (!sinfo[NL80211_STA_INFO_SIGNAL]) in get_link_signal()
1443 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL]); in get_link_signal()
6342 [NL80211_STA_INFO_SIGNAL] = { .type = NLA_U8 }, in get_sta_handler()
6412 if (stats[NL80211_STA_INFO_SIGNAL]) in get_sta_handler()
6413 data->signal = nla_get_u8(stats[NL80211_STA_INFO_SIGNAL]); in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3463 * @NL80211_STA_INFO_SIGNAL: signal strength of last received PPDU (u8, dBm)
3538 NL80211_STA_INFO_SIGNAL, enumerator
H A Ddriver_nl80211.c1745 [NL80211_STA_INFO_SIGNAL] = { .type = NLA_U8 }, in get_link_signal()
1764 if (!sinfo[NL80211_STA_INFO_SIGNAL]) in get_link_signal()
1768 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL]); in get_link_signal()
7400 [NL80211_STA_INFO_SIGNAL] = { .type = NLA_U8 },
7471 if (stats[NL80211_STA_INFO_SIGNAL])
7472 data->signal = nla_get_u8(stats[NL80211_STA_INFO_SIGNAL]);

Completed in 50 milliseconds