Lines Matching refs:status
65 WifiError status;
67 std::tie(status, validFrequencies) = vendorHal_.lock()->GetValidFrequenciesForBand(
70 if (status == HAL_SUCCESS) {
78 WifiError status = vendorHal_.lock()->GetSupportedFeatureSet(ifname_, capabilities);
79 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) {
138 WifiError status = vendorHal_.lock()->StartScan(ifname_, scanParam);
139 if (status == HAL_SUCCESS) {
148 WifiError status = vendorHal_.lock()->GetScanInfos(ifname_, scanResultsInfo);
149 if (status == HAL_SUCCESS) {
158 WifiError status = vendorHal_.lock()->StartPnoScan(ifname_, pnoParams);
159 if (status == HAL_SUCCESS) {
168 WifiError status = vendorHal_.lock()->StopPnoScan(ifname_);
169 if (status == HAL_SUCCESS) {
177 WifiError status = vendorHal_.lock()->GetSignalPollInfo(ifname_, signalPollResult);
178 if (status == HAL_SUCCESS) {
191 WifiError status = vendorHal_.lock()->EnablePowerMode(ifname_, mode);
192 if (status == HAL_SUCCESS) {
200 WifiError status = vendorHal_.lock()->SetDpiMarkRule(uid, protocol, enable);
201 if (status == HAL_SUCCESS) {
209 WifiError status = vendorHal_.lock()->SetTxPower(ifname_, power);
210 if (status == HAL_SUCCESS) {
226 WifiError status = vendorHal_.lock()->SendCmdToDriver(ifName, cmdId, paramBuf);
227 if (status == HAL_SUCCESS) {