Searched refs:tmpFeatures (Results 1 – 4 of 4) sorted by relevance
156 long tmpFeatures = 0; in IsFeatureSupported() local157 if (client_->GetSupportedFeatures(tmpFeatures) != WIFI_OPT_SUCCESS) { in IsFeatureSupported()160 return ((tmpFeatures & feature) == feature); in IsFeatureSupported()
215 long tmpFeatures = 0; in IsFeatureSupported() local216 if (client_->GetSupportedFeatures(tmpFeatures) != WIFI_OPT_SUCCESS) { in IsFeatureSupported()219 return ((tmpFeatures & feature) == feature); in IsFeatureSupported()
342 long tmpFeatures = 0; in IsFeatureSupported() local344 ErrCode ret = client_->GetSupportedFeatures(tmpFeatures); in IsFeatureSupported()348 isSupported = ((tmpFeatures & feature) == feature); in IsFeatureSupported()
268 long tmpFeatures = 0; in IsFeatureSupported() local269 if (client_->GetSupportedFeatures(tmpFeatures) != WIFI_OPT_SUCCESS) { in IsFeatureSupported()272 return ((tmpFeatures & feature) == feature); in IsFeatureSupported()