Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsta_iface.cpp1122 std::string reply_str = driver_cmd_reply_buf; in getMacAddressInternal() local
1123 if (ret < 0 || reply_str.empty() || in getMacAddressInternal()
1124 reply_str.find("=") == std::string::npos) { in getMacAddressInternal()
1128 reply_str.erase( in getMacAddressInternal()
1129 remove_if(reply_str.begin(), reply_str.end(), isspace), in getMacAddressInternal()
1130 reply_str.end()); in getMacAddressInternal()
1132 reply_str.substr(reply_str.find("=") + 1, reply_str.size()); in getMacAddressInternal()