Searched refs:keystring (Results 1 – 3 of 3) sorted by relevance
531 def ba_set_ephemeral_key(self, keystring, timeout=None, port=None): argument532 self._cli_no_output('ba ephemeralkey set', keystring, timeout, port)
1459 def set_epskc(self, keystring: str, timeout=120000, port=0):1460 cmd = 'ba ephemeralkey set ' + keystring + ' ' + str(timeout) + ' ' + str(port)
419 ### ba ephemeralkey set \<keystring\> \[timeout\] \[port\]427 The `keystring` string is directly used as the ephemeral PSK (excluding the trailing null `\0` char…