struct Client

Defined at line 54 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-fake-ap/sim-fake-ap.h

Public Members

MacAddr mac_addr_
Status status_

Public Methods

void Client (wlan::common::MacAddr mac_addr, Status status)

Defined at line 59 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-fake-ap/sim-fake-ap.h

Enumerations

enum Status
Name Value
NOT_AUTHENTICATED 0
AUTHENTICATING 1
AUTHENTICATED 2
ASSOCIATED 3

AUTHENTICATING is the status where AP has sent out second auth frame, and waiting for the

third, this only apply to AUTH_SHARED mode.

Defined at line 57 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-fake-ap/sim-fake-ap.h