|
@@ -1551,6 +1551,8 @@ QDF_STATUS sme_get_beacon_frm(tHalHandle hal, tCsrRoamProfile *profile,
|
|
|
const tSirMacAddr bssid,
|
|
|
uint8_t **frame_buf, uint32_t *frame_len,
|
|
|
int *channel);
|
|
|
+
|
|
|
+#ifdef WLAN_FEATURE_ROAM_OFFLOAD
|
|
|
/**
|
|
|
* sme_fast_reassoc() - invokes FAST REASSOC command
|
|
|
* @hal: handle returned by mac_open
|
|
@@ -1565,7 +1567,7 @@ QDF_STATUS sme_get_beacon_frm(tHalHandle hal, tCsrRoamProfile *profile,
|
|
|
QDF_STATUS sme_fast_reassoc(tHalHandle hal, tCsrRoamProfile *profile,
|
|
|
const tSirMacAddr bssid, int channel,
|
|
|
uint8_t vdev_id, const tSirMacAddr connected_bssid);
|
|
|
-
|
|
|
+#endif
|
|
|
/**
|
|
|
* sme_congestion_register_callback(): registers congestion callback
|
|
|
* @hal: handler for HAL
|