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.0/
Dsta_iface.cpp739 std::string reply_str = driver_cmd_reply_buf; in getMacAddressInternal() local
740 if (ret < 0 || reply_str.empty() || in getMacAddressInternal()
741 reply_str.find("=") == std::string::npos) { in getMacAddressInternal()
745 reply_str.erase( in getMacAddressInternal()
746 remove_if(reply_str.begin(), reply_str.end(), isspace), in getMacAddressInternal()
747 reply_str.end()); in getMacAddressInternal()
749 reply_str.substr(reply_str.find("=") + 1, reply_str.size()); in getMacAddressInternal()