In nRF_SDK_for _Tread_and_Zigbee, we used to set autocommissioning as false in the "thread_configuration_t" configuration and then start joined so that my thread node used to get commission on my thread network.
Now I want to implement similar functionality in nRF_Connect_SDK. Please guide me on how can I disable auto commissioning in nRF_Connect_SDK and commission my coap_client_node on my existing thread network.