|
@@ -161,6 +161,7 @@ void wpas_p2p_remove_client(struct wpa_supplicant *wpa_s, const u8 *peer,
|
|
#ifdef CONFIG_P2P
|
|
#ifdef CONFIG_P2P
|
|
void wpas_p2p_continue_after_scan(struct wpa_supplicant *wpa_s);
|
|
void wpas_p2p_continue_after_scan(struct wpa_supplicant *wpa_s);
|
|
int wpas_p2p_4way_hs_failed(struct wpa_supplicant *wpa_s);
|
|
int wpas_p2p_4way_hs_failed(struct wpa_supplicant *wpa_s);
|
|
|
|
+void wpas_p2p_ap_setup_failed(struct wpa_supplicant *wpa_s);
|
|
#else /* CONFIG_P2P */
|
|
#else /* CONFIG_P2P */
|
|
static inline void wpas_p2p_continue_after_scan(struct wpa_supplicant *wpa_s)
|
|
static inline void wpas_p2p_continue_after_scan(struct wpa_supplicant *wpa_s)
|
|
{
|
|
{
|
|
@@ -170,6 +171,10 @@ static inline int wpas_p2p_4way_hs_failed(struct wpa_supplicant *wpa_s)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+static inline void wpas_p2p_ap_setup_failed(struct wpa_supplicant *wpa_s)
|
|
|
|
+{
|
|
|
|
+}
|
|
#endif /* CONFIG_P2P */
|
|
#endif /* CONFIG_P2P */
|
|
|
|
|
|
#endif /* P2P_SUPPLICANT_H */
|
|
#endif /* P2P_SUPPLICANT_H */
|