Searched refs:disassociate (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_test.c | 206 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/ |
D | Kconfig | 103 client. If a non-zero value is set, AP may choose to disassociate the
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_shell.c | 631 SHELL_CMD(disassociate, NULL,
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 234 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…
|
D | implementation.rst | 78 /* Cause your underlying technology to disassociate */ 284 …For instance, if an application directly instructs an underlying technology to disassociate, it wo…
|