Home
last modified time | relevance | path

Searched refs:wlan_epcs_context (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_epcs.h139 struct wlan_epcs_context { struct
208 epcs_dev_lock_create(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_create()
222 epcs_dev_lock_destroy(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_destroy()
236 void epcs_dev_lock_acquire(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_acquire()
250 void epcs_dev_lock_release(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_release()
256 void epcs_dev_lock_create(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_create()
262 void epcs_dev_lock_destroy(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_destroy()
267 static inline void epcs_dev_lock_acquire(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_acquire()
272 static inline void epcs_dev_lock_release(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_release()
H A Dwlan_mlo_mgr_public_structs.h938 struct wlan_epcs_context epcs_ctx;
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_epcs.c42 struct wlan_epcs_context *epcs_ctx; in wlan_mlo_is_node_epcs_authorized()
519 struct wlan_epcs_context *epcs_ctx; in wlan_mlo_update_authorize_epcs_mac_addr()
574 struct wlan_epcs_context *epcs_ctx; in wlan_mlo_update_deauthorize_epcs_mac_addr()
H A Dwlan_mlo_mgr_main.c994 struct wlan_epcs_context *epcs_ctx; in mlo_epcs_ctx_init()
997 qdf_mem_zero(epcs_ctx, sizeof(struct wlan_epcs_context)); in mlo_epcs_ctx_init()