We are working on the firmware of some device containing a WiFi SoC. (The firmware of the SoC is not modified by us.) Our customer now wants support for WPA2-EAP because the WiFi chip seems to have built-in support for that method according to the manual.
Our problem:
We must test our software changes so we need a WiFi network that requires WPA2-EAP authentication (to check if our software sends the user name and password to the WiFi chip correctly).
Internet access is not necessarily needed but it would already be helpful if we could test if the WiFi chip would connect to a "real" network correctly. This means: If we have a setup that allows us to check if the WiFi chip transmit the correct user name and password and so on ...
Question:
Do we need a professional WiFi router for these tests or is it possible to build a WPA2-EAP network ...
- ... using a "normal home router" connected to a computer (desktop PC) that runs the WPA2-EAP protocol?
- ... using an old "home router" with a patched firmware (such as OpenWRT with WPA2-EAP)?
Thanks for your help.