Home | History | Annotate | Download | only in cros

Lines Matching refs:connectable

295   // Is this network connectable. Currently, this is mainly used by 802.1x
297 bool connectable() const { return connectable_; }
384 void set_connectable(bool connectable) { connectable_ = connectable; }