Searched refs:station_info (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/wifi/ |
D | wifi_unittest.cc | 3582 AttributeListRefPtr station_info; in TEST_F() local 3584 NL80211_ATTR_STA_INFO, &station_info); in TEST_F() 3585 station_info->CreateU8Attribute(NL80211_STA_INFO_SIGNAL, "Signal"); in TEST_F() 3587 station_info->SetU8AttributeValue(NL80211_STA_INFO_SIGNAL, kSignalValue); in TEST_F() 3588 station_info->CreateU8Attribute(NL80211_STA_INFO_SIGNAL_AVG, "SignalAverage"); in TEST_F() 3590 station_info->SetU8AttributeValue(NL80211_STA_INFO_SIGNAL_AVG, in TEST_F() 3592 station_info->CreateU32Attribute(NL80211_STA_INFO_INACTIVE_TIME, in TEST_F() 3595 station_info->SetU32AttributeValue(NL80211_STA_INFO_INACTIVE_TIME, in TEST_F() 3597 station_info->CreateU32Attribute(NL80211_STA_INFO_RX_PACKETS, in TEST_F() 3600 station_info->SetU32AttributeValue(NL80211_STA_INFO_RX_PACKETS, in TEST_F() [all …]
|
D | wifi.cc | 2767 AttributeListConstRefPtr station_info; in OnReceivedStationInfo() local 2769 NL80211_ATTR_STA_INFO, &station_info)) { in OnReceivedStationInfo() 2775 if (!station_info->GetU8AttributeValue(NL80211_STA_INFO_SIGNAL, &signal)) { in OnReceivedStationInfo() 2794 if (station_info->GetU32AttributeValue(kv.first, &value)) { in OnReceivedStationInfo() 2806 if (station_info->GetU8AttributeValue(kv.first, &value)) { in OnReceivedStationInfo() 2814 if (station_info->ConstGetNestedAttributeList( in OnReceivedStationInfo()
|