Re: [PATCH 09/15] handshake: Add pmksa setter & stealer
Bryce Johnson <[email protected]>
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <CADXxVSLktyTmNVRLROvjtbQrKh8BKs9BJKf9GMfJTmYurYSvMA@mail.gmail.com> |
Hi James,
> >
> > Also annoying the cheaper automatic testing uses wpa_suppliant pretty
> > integrated, hopefully wifi alliance will create a way to do that with
> > IWD in the same way if enough people are using it.
> I'd be interested to see what they are doing with this. If they are
> letting wpa_supplicant act autonomously and triggering things on the AP
> side, or if they are using the CLI to interact with wpa_supplicant
> directly for "force" it to exercise some of the features they're testing.
I looked into it a year or so ago - a bunch of it is hidden behind the
wifi alliance paywall... but they have some examples,
https://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT - looks
like using wpa_cli in some cases.
Also: Mentioned in the doc/INSTALL for the DUT agent
3. Running the software
3.1 DUT -- dut/wfa_dut
a. The current implementation is based on the open source wpa_supplicant
(hostap.epitest.fi/wpa_supplicant). The DUT must have this installed.
The test lab had to run the tests "manually" when I tried to use IWD
to get it certified before.
Bryce