Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c206 static int disassociate(struct net_if *iface, struct ieee802154_context *ctx) in disassociate() function
257 ret = disassociate(iface, ctx); in set_up_short_addr()
280 ret = disassociate(iface, ctx); in tear_down_short_addr()
343 if (disassociate(net_iface, ctx) != 0) { in set_up_security()
377 if (disassociate(net_iface, ctx) != 0) { in tear_down_security()
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig103 client. If a non-zero value is set, AP may choose to disassociate the
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_shell.c631 SHELL_CMD(disassociate, NULL,
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst234 Before an iface can be commanded to associate or disassociate using Connection Manager, it must fir…
277 In this case, the connectivity implementation will disassociate the iface from its network and mark…
Dimplementation.rst78 /* Cause your underlying technology to disassociate */
284 …For instance, if an application directly instructs an underlying technology to disassociate, it wo…