Lines Matching full:otbr

80 		result = conn:call("otbr", "threadstart", {})
83 result = conn:call("otbr", "threadstop", {})
86 result = conn:call("otbr", "leave", {})
89 result = conn:call("otbr", "macfilterclear", {})
93 result = conn:call("otbr", "macfilteradd", { addr = macfilteradd })
94 conn:call("otbr", "macfiltersetstate", { state = macfilter })
100 result = conn:call("otbr", "macfilterremove", { addr = macfilterremove[removeAddrIndex] })
102 result = conn:call("otbr", "macfilterremove", { addr = macfilterremove })
104 conn:call("otbr", "macfiltersetstate", { state = macfilter })
109 conn:call("otbr", "setnetworkname", { networkname = networkname })
110 conn:call("otbr", "setchannel", { channel = channel })
111 conn:call("otbr", "setpanid", { panid = panid })
112 conn:call("otbr", "setextpanid", { extpanid = extpanid })
113 conn:call("otbr", "setmode", { mode = mode })
114 conn:call("otbr", "setnetworkkey", { networkkey = networkkey })
115 conn:call("otbr", "setpskc", { pskc = pskc })
116 conn:call("otbr", "macfiltersetstate", { state = macfilter })
117 result = conn:call("otbr", "threadstart", {})
119 …result = conn:call("otbr", "mgmtset", { networkkey = networkkey, networkname = networkname, extpan…
120 conn:call("otbr", "macfiltersetstate", { state = macfilter })
146 result = conn:call("otbr", "commissionerstart", {})
166 result = conn:call("otbr", "joineradd", { pskd = pskd, eui64 = eui64})
185 result = conn:call("otbr", "joinerremove", { eui64 = eui64 })
206 conn:call("otbr", "setpanid", { panid = panid })
207 conn:call("otbr", "setchannel", { channel = channel })
208 conn:call("otbr", "setnetworkkey", { networkkey = networkkey })
209 result = conn:call("otbr", "threadstart", {})
227 result = conn:call("otbr", "threadstop", {})
348 result = conn:call("otbr", methods, {})