Home
last modified time | relevance | path

Searched refs:association (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/doc/connectivity/networking/conn_mgr/
Dmain.rst8 Using Connection Manager, applications can use a single abstract API to control network association
21 …r/net/conn_mgr_connectivity.h`) provides an abstract API for controlling iface network association.
209 Many network interfaces require a network association procedure to be completed before being usable.
211 For such ifaces, connectivity control can provide a generic API to request network association (:c:…
218 …ref:`persistence and timeout <conn_mgr_control_persistence_timeouts>` behaviors during association.
219 …onn_mgr_control_api_bulk>` for controlling the admin state and network association of all availabl…
250 If association succeeds, the connectivity implementation will mark the iface as operational-up (see…
252 If association fails unrecoverably, the :ref:`fatal error event <conn_mgr_control_events_fatal_erro…
258 …provide a way to pre-configure or automatically configure any required association settings or cre…
356 The :c:macro:`NET_EVENT_CONN_IF_TIMEOUT` event is raised when an :ref:`iface association <conn_mgr_…
Dimplementation.rst220 If network association fails because the application pre-configured invalid connection parameters, …
239 … that the iface is non-dormant and carrier-up whenever (and only when) association is complete and…
282 … potentially unexpected behavior if applications attempt to directly control the association state.
306 …ll to :c:member:`conn_mgr_conn_api.connect` must eventually lead to an association attempt, even i…
440 *Technologies with association retry*
445 Instead, these underlying technologies may need to make multiple back-to-back association attempts …
447 …e connectivity implementation should treat this series of back-to-back association sub-attempts as…
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_frame.h295 uint16_t association : 1; member
302 uint16_t association : 1;
Dieee802154_mgmt.c48 ctx->scan_ctx->association_permitted = mpdu->beacon->sf.association; in ieee802154_handle_beacon()
/Zephyr-Core-3.7.0/modules/hostap/
DKconfig205 association request. If a non-zero value is set, STA can suggest a
206 timeout by including BSS max idle period in the association request.
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dnet_if.rst88 The network association status is represented with :c:enumerator:`NET_IF_DORMANT`
/Zephyr-Core-3.7.0/doc/security/
Dreporting.rst170 - The association between the CVE number and the PR fixing it.
/Zephyr-Core-3.7.0/arch/x86/
DKconfig203 is used to track the association between vectors and IRQ numbers.
/Zephyr-Core-3.7.0/scripts/
Dspelling.txt182 assocation||association
/Zephyr-Core-3.7.0/doc/kernel/services/
Dinterrupts.rst704 to program the IRQ-to-vector association in the interrupt controller.