Searched refs:set_autonegotiation_state (Results 1 – 2 of 2) sorted by relevance
72 if not link_config.set_autonegotiation_state(state, remote=True):74 if not link_config.set_autonegotiation_state(state):
111 def set_autonegotiation_state(self, state: str, remote: bool = False) -> bool: member in LinkConfig