Request for WPS (Wifi Protected Setup) example code

Hi.

I'm using nRF7002-DK. I re-used some samples and could implement Wi-Fi access point discovery, I can also connect to one of them and play (HTTP/FTP/TCP requests). I would like to modify my code to implement WPS. I found some resources in ncs directory:

  • modules/lib/hostap/wpa_supplicant/README-WPS
  • modules/lib/hostap/wpa_supplicant/wps_supplicant.h

...but I could not find any example code using these functions. I also tried enabling CONFIG_WPA_SUPP_WPS but it's not clear to me what needs to be done then. Did anybody already find/implement WPS example ?

An example of what I'm looking for is something like modules/hal/espressif/examples/wifi/wps/main.c...which applies to Espressif chip unfortunately, not to Nordic chip.

Note that the same question/request was posted to 'discord', in 'nordic' channel.

Julien

Related