Searched refs:connectable (Results 1 – 11 of 11) sorted by relevance
93 connectable: true, property101 connectable: true, property109 connectable: true, property177 connectable: true, property235 connectable: true, property332 connectable: true, property
72 !this.data.connected && !this.data.connectable;75 this.data.connectable;
675 var connectable = onc.getActiveValue('Connectable');677 (!connectable || onc.getWiFiSecurity() != 'None' ||
301 if (network && network->connectable() && network->type() != shill::kTypeVPN) { in ConnectToNetwork()383 bool connectable = false; in VerifyConfiguredAndConnect() local385 shill::kConnectableProperty, &connectable); in VerifyConfiguredAndConnect()389 if (connectable && type != shill::kTypeVPN) { in VerifyConfiguredAndConnect()
77 bool connectable() const { return connectable_; } in connectable() function
175 onc_dictionary->SetBoolean("connectable", (*it)->connectable()); in TranslateNetworkListToONC()
197 connectable()); in GetStateProperties()
157 if (!network->connectable()) in ConnectIfUnconnected()
1321 bool connectable = false; in InitFromProperties() local1323 shill::kConnectableProperty, &connectable); in InitFromProperties()1324 passphrase_textfield_->SetShowFake(connectable); in InitFromProperties()
642 BOOLEAN connectable; /* If TRUE page scan should be enabled */ member
466 var disabled = !item || item.connected || !item.connectable;