Lines Matching defs:interface
50 const char Config::kHostapdConfigKeyInterface[] = "interface";
215 // Bridge interface is required for bridge mode operation.
221 "Bridge interface not specified, required for bridge mode",
235 // Interface.
250 // Control interface.
412 // TODO(zqiu): Determine VHT Capabilities based on the interface PHY's
449 string interface = GetInterfaceName();
450 if (interface.empty()) {
459 device_ = manager_->GetDeviceFromInterfaceName(interface);
465 "Unable to find device for the specified interface [%s]",
466 interface.c_str()),
474 base::StringPrintf("Device [%s] for interface [%s] already in use",
476 interface.c_str()),
482 // Use the preferred AP interface from the device.