Searched defs:wlan_mlo_peer_context (Results 1 – 1 of 1) sorted by relevance
1093 struct wlan_mlo_peer_context { struct1094 qdf_list_node_t peer_node;1095 struct wlan_mlo_link_peer_entry peer_list[MAX_MLO_LINK_PEERS];1096 uint8_t link_peer_cnt;1097 uint8_t max_links;1098 uint8_t link_asresp_cnt;1099 uint32_t mlo_peer_id;1100 struct qdf_mac_addr peer_mld_addr;1101 uint8_t *mlo_ie;1103 qdf_spinlock_t mlo_peer_lock;[all …]