Searched defs:wlan_objmgr_psoc (Results 1 – 1 of 1) sorted by relevance
422 struct wlan_objmgr_psoc { struct423 struct wlan_objmgr_psoc_regulatory soc_reg; argument424 struct wlan_objmgr_psoc_nif soc_nif; argument425 struct wlan_objmgr_psoc_objmgr soc_objmgr; argument426 struct wlan_soc_southbound_cb soc_cb;427 struct wlan_soc_timer soc_timer;428 struct wlan_concurrency_info soc_concurrency; /*TODO */429 void *soc_comp_priv_obj[WLAN_UMAC_MAX_COMPONENTS];430 QDF_STATUS obj_status[WLAN_UMAC_MAX_COMPONENTS];431 WLAN_OBJ_STATE obj_state;[all …]