Skip to content

Commit f5708c5

Browse files
committed
[noup] zephyr: Use Zephyr Kconfig
For running WFA P2P cert we had to reduce the retries. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 7c5d886 commit f5708c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/p2p/p2p_pd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
* Number of retries to attempt for provision discovery requests
2121
* in case the peer is not listening.
2222
*/
23+
#ifndef MAX_PROV_DISC_REQ_RETRIES
2324
#define MAX_PROV_DISC_REQ_RETRIES 120
25+
#endif
2426

2527

2628
static void p2p_build_wps_ie_config_methods(struct wpabuf *buf,

0 commit comments

Comments
 (0)