Home
last modified time | relevance | path

Searched refs:status_code (Results 1 – 1 of 1) sorted by relevance

/openthread-3.7.0/tools/harness-thci/
DOpenThread.py3090 def config_next_dua_status_rsp(self, mliid, status_code): argument
3091 if status_code >= 400:
3093 a, b = divmod(status_code, 100)
3094 status_code = ((a & 0x7) << 5) + (b & 0x1f)
3096 cmd = 'bbr mgmt dua %d' % status_code
3138 def config_next_mlr_status_rsp(self, status_code): argument
3139 cmd = 'bbr mgmt mlr response %d' % status_code