Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3164 * @NL80211_STA_INFO_ACK_SIGNAL: signal strength of the last ACK frame(u8, dBm)
3216 NL80211_STA_INFO_ACK_SIGNAL, enumerator
H A Ddriver_nl80211.c6343 [NL80211_STA_INFO_ACK_SIGNAL] = { .type = NLA_U8 }, in get_sta_handler()
6414 if (stats[NL80211_STA_INFO_ACK_SIGNAL]) { in get_sta_handler()
6416 nla_get_u8(stats[NL80211_STA_INFO_ACK_SIGNAL]); in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3509 * @NL80211_STA_INFO_ACK_SIGNAL: signal strength of the last ACK frame(u8, dBm)
3565 NL80211_STA_INFO_ACK_SIGNAL, enumerator
H A Ddriver_nl80211.c7401 [NL80211_STA_INFO_ACK_SIGNAL] = { .type = NLA_U8 },
7473 if (stats[NL80211_STA_INFO_ACK_SIGNAL]) {
7475 nla_get_u8(stats[NL80211_STA_INFO_ACK_SIGNAL]);

Completed in 50 milliseconds