Searched refs:ifName (Results 1 – 3 of 3) sorted by relevance
157 fprintf(out.get(), "bss=%s\n", ap.second.ifName.c_str()); in writeConfig()199 Result WifiCommand::setBlocked(const char* ifName, bool blocked) { in setBlocked() argument208 sSetForwardRule[kOutInterfaceIndex] = ifName; in setBlocked()214 sSetForwardRule[kInInterfaceIndex] = ifName; in setBlocked()232 if (ap.ifName.empty()) { in onAdd()237 ap.ifName = buffer; in onAdd()238 auto usedInterface = mUsedInterfaces.find(ap.ifName); in onAdd()242 mUsedInterfaces.insert(ap.ifName); in onAdd()262 return setBlocked(interface->second.ifName.c_str(), true); in onBlock()271 return setBlocked(interface->second.ifName.c_str(), false); in onUnblock()
37 Result setBlocked(const char* ifName, bool blocked);45 std::string ifName; member
3937 char ifName[IF_NAMESIZE]; local3944 if (if_indextoname(ifIndex, ifName) == NULL) {3948 if (strcmp(radioIfName, ifName) != 0) {3983 RLOGE("Unable to convert address to string for if %s", ifName);