struct Client

Defined at line 53 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 (common::MacAddr mac_addr, Status status)

Defined at line 58 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 56 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-fake-ap/sim-fake-ap.h