|
@@ -193,6 +193,16 @@ void wlan_cfg80211_tdls_event_callback(void *userdata,
|
|
void wlan_cfg80211_tdls_rx_callback(void *user_data,
|
|
void wlan_cfg80211_tdls_rx_callback(void *user_data,
|
|
struct tdls_rx_mgmt_frame *rx_frame);
|
|
struct tdls_rx_mgmt_frame *rx_frame);
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * hdd_notify_tdls_reset_adapter() - notify reset adapter to TDLS
|
|
|
|
+ * @vdev: vdev object manager
|
|
|
|
+ *
|
|
|
|
+ * Notify hdd reset adapter to TDLS component
|
|
|
|
+ *
|
|
|
|
+ * Return: None
|
|
|
|
+ */
|
|
|
|
+void hdd_notify_tdls_reset_adapter(struct wlan_objmgr_vdev *vdev);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* hdd_notify_sta_connect() - notify sta connect to TDLS
|
|
* hdd_notify_sta_connect() - notify sta connect to TDLS
|
|
* @session_id: pointer to soc object
|
|
* @session_id: pointer to soc object
|
|
@@ -236,6 +246,11 @@ void hdd_notify_sta_disconnect(uint8_t session_id,
|
|
void hdd_notify_teardown_tdls_links(struct wlan_objmgr_vdev *vdev);
|
|
void hdd_notify_teardown_tdls_links(struct wlan_objmgr_vdev *vdev);
|
|
|
|
|
|
#else
|
|
#else
|
|
|
|
+static inline void
|
|
|
|
+hdd_notify_tdls_reset_adapter(struct wlan_objmgr_vdev *vdev)
|
|
|
|
+{
|
|
|
|
+}
|
|
|
|
+
|
|
static inline void
|
|
static inline void
|
|
hdd_notify_sta_connect(uint8_t session_id,
|
|
hdd_notify_sta_connect(uint8_t session_id,
|
|
bool tdls_chan_swit_prohibited,
|
|
bool tdls_chan_swit_prohibited,
|