Lines Matching refs:will

98    /* Callback struct where the callback will be stored */
237 …uch as :c:func:`conn_mgr_if_connect` or :c:func:`conn_mgr_if_disconnect`) will be routed to the co…
250 If association succeeds, the connectivity implementation will mark the iface as operational-up (see…
252 …nrecoverably, the :ref:`fatal error event <conn_mgr_control_events_fatal_error>` will be triggered.
266 If connectivity is lost due to external factors, the connectivity implementation will mark the ifac…
277 In this case, the connectivity implementation will disassociate the iface from its network and mark…
278 A new connection attempt will not be initiated, regardless of whether persistence is enabled.
306 In that case, the connection attempt will be abandoned if the timeout elapses before it succeeds.
318 If persistence is enabled, any unintentional connection loss will initiate a new connection attempt…
320 Otherwise, the iface will not attempt to reconnect.
326 …For instance, if a connection attempt on an iface times out, the iface will not attempt to reconne…
328 …Conversely, if there is not a specified timeout, the iface will try to connect forever until it su…
348 Handlers of this event will be passed a pointer to the iface for which the fatal error occurred.
358 Handlers of this event will be passed a pointer to the iface that timed out attempting to associate.
425 …By default, Connection Manager will automatically connect any :ref:`bound <conn_mgr_impl_binding>`…
433 …By default, Connection Manager will automatically take any bound iface admin-down if it has given …