|
@@ -1577,8 +1577,16 @@ void sme_set_pdev_ht_vht_ies(tHalHandle hHal, bool enable2x2);
|
|
|
void sme_update_vdev_type_nss(tHalHandle hal, uint8_t max_supp_nss,
|
|
|
uint32_t vdev_type_nss, enum band_info band);
|
|
|
void sme_update_hw_dbs_capable(tHalHandle hal, uint8_t hw_dbs_capable);
|
|
|
+#ifdef FEATURE_P2P_LISTEN_OFFLOAD
|
|
|
void sme_register_p2p_lo_event(tHalHandle hHal, void *context,
|
|
|
p2p_lo_callback callback);
|
|
|
+#else
|
|
|
+static inline void sme_register_p2p_lo_event(tHalHandle hHal,
|
|
|
+ void *context,
|
|
|
+ p2p_lo_callback callback)
|
|
|
+{
|
|
|
+}
|
|
|
+#endif
|
|
|
|
|
|
QDF_STATUS sme_remove_bssid_from_scan_list(tHalHandle hal,
|
|
|
tSirMacAddr bssid);
|