|
@@ -656,6 +656,7 @@ void hdd_wlan_tdls_enable_link_event(const uint8_t *peer_mac,
|
|
|
uint8_t is_off_chan_supported,
|
|
|
uint8_t is_off_chan_configured,
|
|
|
uint8_t is_off_chan_established);
|
|
|
+void hdd_wlan_block_scan_by_tdls_event(void);
|
|
|
#else
|
|
|
static inline
|
|
|
void hdd_send_wlan_tdls_teardown_event(uint32_t reason,
|
|
@@ -665,7 +666,7 @@ void hdd_wlan_tdls_enable_link_event(const uint8_t *peer_mac,
|
|
|
uint8_t is_off_chan_supported,
|
|
|
uint8_t is_off_chan_configured,
|
|
|
uint8_t is_off_chan_established) {}
|
|
|
-
|
|
|
+static inline void hdd_wlan_block_scan_by_tdls_event(void) {}
|
|
|
#endif /* FEATURE_WLAN_DIAG_SUPPORT */
|
|
|
|
|
|
#endif /* __HDD_TDLS_H */
|