Searched defs:wlan_mlo_dev_context (Results 1 – 1 of 1) sorted by relevance
913 struct wlan_mlo_dev_context { struct914 qdf_list_node_t node;915 uint8_t mld_id;916 struct qdf_mac_addr mld_addr;917 struct wlan_objmgr_vdev *wlan_vdev_list[WLAN_UMAC_MLO_MAX_VDEVS];919 struct wlan_objmgr_vdev *wlan_bridge_vdev_list[WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS];920 struct wlan_mlo_bridge_sta *bridge_sta_ctx;922 uint16_t wlan_vdev_count;923 uint16_t wlan_bridge_vdev_count;924 struct wlan_mlo_peer_list mlo_peer_list;[all …]