|
@@ -95,5 +95,8 @@ void wpas_notify_p2p_sd_request(struct wpa_supplicant *wpa_s,
|
|
|
int freq, const u8 *sa, u8 dialog_token,
|
|
|
u16 update_indic, const u8 *tlvs,
|
|
|
size_t tlvs_len);
|
|
|
+void wpas_notify_p2p_sd_response(struct wpa_supplicant *wpa_s,
|
|
|
+ const u8 *sa, u16 update_indic,
|
|
|
+ const u8 *tlvs, size_t tlvs_len);
|
|
|
|
|
|
#endif /* NOTIFY_H */
|