|
@@ -293,6 +293,7 @@ struct mlo_partner_info {
|
|
* @mlo_mlme_ext_peer_assoc_fail: Callback to notify peer assoc failure
|
|
* @mlo_mlme_ext_peer_assoc_fail: Callback to notify peer assoc failure
|
|
* @mlo_mlme_ext_peer_delete: Callback to initiate link peer delete
|
|
* @mlo_mlme_ext_peer_delete: Callback to initiate link peer delete
|
|
* @mlo_mlme_ext_assoc_resp: Callback to initiate assoc resp
|
|
* @mlo_mlme_ext_assoc_resp: Callback to initiate assoc resp
|
|
|
|
+ * @mlo_mlme_get_link_assoc_req: Calback to get link assoc req buffer
|
|
*/
|
|
*/
|
|
struct mlo_mlme_ext_ops {
|
|
struct mlo_mlme_ext_ops {
|
|
QDF_STATUS (*mlo_mlme_ext_validate_conn_req)(
|
|
QDF_STATUS (*mlo_mlme_ext_validate_conn_req)(
|
|
@@ -307,5 +308,7 @@ struct mlo_mlme_ext_ops {
|
|
void (*mlo_mlme_ext_peer_assoc_fail)(struct wlan_objmgr_peer *peer);
|
|
void (*mlo_mlme_ext_peer_assoc_fail)(struct wlan_objmgr_peer *peer);
|
|
void (*mlo_mlme_ext_peer_delete)(struct wlan_objmgr_peer *peer);
|
|
void (*mlo_mlme_ext_peer_delete)(struct wlan_objmgr_peer *peer);
|
|
void (*mlo_mlme_ext_assoc_resp)(struct wlan_objmgr_peer *peer);
|
|
void (*mlo_mlme_ext_assoc_resp)(struct wlan_objmgr_peer *peer);
|
|
|
|
+ qdf_nbuf_t (*mlo_mlme_get_link_assoc_req)(struct wlan_objmgr_peer *peer,
|
|
|
|
+ uint8_t link_ix);
|
|
};
|
|
};
|
|
#endif
|
|
#endif
|