Lines Matching refs:status
69 WifiError status;
71 std::tie(status, validFrequencies) = vendorHal_.lock()->GetValidFrequenciesForBand(
74 if (status == HAL_SUCCESS) {
87 bool status = ifaceUtil_.lock()->SetMacAddress(ifname_, mac);
88 if (!status) {
96 WifiError status = vendorHal_.lock()->SetCountryCode(ifname_, code);
97 if (status != HAL_SUCCESS) {
105 WifiError status;
108 std::tie(status, mode) = vendorHal_.lock()->GetPowerMode(ifname_);
109 if (status == HAL_SUCCESS) {
118 WifiError status = vendorHal_.lock()->SetPowerMode(ifname_, powerMode);
119 if (status == HAL_SUCCESS) {
173 WifiError status = vendorHal_.lock()->SetTxPower(ifname_, power);
174 return status;
188 WifiError status = vendorHal_.lock()->SendCmdToDriver(ifName, cmdId, paramBuf);
189 if (status == HAL_SUCCESS) {