We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5d886 commit f5708c5Copy full SHA for f5708c5
1 file changed
src/p2p/p2p_pd.c
@@ -20,7 +20,9 @@
20
* Number of retries to attempt for provision discovery requests
21
* in case the peer is not listening.
22
*/
23
+#ifndef MAX_PROV_DISC_REQ_RETRIES
24
#define MAX_PROV_DISC_REQ_RETRIES 120
25
+#endif
26
27
28
static void p2p_build_wps_ie_config_methods(struct wpabuf *buf,
0 commit comments