Home
last modified time | relevance | path

Searched refs:is80211nSupported_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/wificond/
Ddevice_wiphy_capabilities.h32 return (is80211nSupported_ == rhs.is80211nSupported_
46 bool is80211nSupported_; variable
Ddevice_wiphy_capabilities.cpp31 is80211nSupported_ = false; in DeviceWiphyCapabilities()
44 RETURN_IF_FAILED(parcel->writeBool(is80211nSupported_)); in writeToParcel()
58 RETURN_IF_FAILED(parcel->readBool(&is80211nSupported_)); in readFromParcel()
Dserver.cpp455 capabilities->value().is80211nSupported_ = band_info.is_80211n_supported; in getDeviceWiphyCapabilities()