|
@@ -567,9 +567,24 @@ lim_fill_pe_session(struct mac_context *mac_ctx,
|
|
|
struct bss_description *bss_desc);
|
|
|
|
|
|
#ifdef WLAN_FEATURE_11BE_MLO
|
|
|
+/**
|
|
|
+ * lim_gen_link_specific_probe_rsp() - Generate link specific prb response
|
|
|
+ * @mac_ctx: Pointer to mac context
|
|
|
+ * @session_entry: pe session
|
|
|
+ * @rcvd_probe_resp: Pointer to received prb resp from AP.
|
|
|
+ * @probe_rsp: ptr to prb rsp
|
|
|
+ * @probe_rsp_len: length of prb rsp
|
|
|
+ * @rssi : rssi for link
|
|
|
+ *
|
|
|
+ * This api will generate link specific probe response
|
|
|
+ * and save in scan database.
|
|
|
+ *
|
|
|
+ * Return: qdf status
|
|
|
+ */
|
|
|
QDF_STATUS
|
|
|
lim_gen_link_specific_probe_rsp(struct mac_context *mac_ctx,
|
|
|
struct pe_session *session_entry,
|
|
|
+ tpSirProbeRespBeacon rcvd_probe_resp,
|
|
|
uint8_t *probe_rsp,
|
|
|
uint32_t probe_rsp_len,
|
|
|
int32_t rssi);
|
|
@@ -577,6 +592,7 @@ lim_gen_link_specific_probe_rsp(struct mac_context *mac_ctx,
|
|
|
static inline QDF_STATUS
|
|
|
lim_gen_link_specific_probe_rsp(struct mac_context *mac_ctx,
|
|
|
struct pe_session *session_entry,
|
|
|
+ tpSirProbeRespBeacon rcvd_probe_resp,
|
|
|
uint8_t *probe_rsp,
|
|
|
uint32_t probe_rsp_len,
|
|
|
int32_t rssi)
|