Public Attributes | |
struct wpa_state_machine * | auth |
u8 | auth_addr [ETH_ALEN] |
u8 * | auth_eapol |
u8 | auth_eapol_dst [ETH_ALEN] |
size_t | auth_eapol_len |
struct wpa_authenticator * | auth_group |
u8 | psk [PMK_LEN] |
struct wpa_ssid | ssid |
struct wpa_sm * | supp |
u8 | supp_addr [ETH_ALEN] |
u8 * | supp_eapol |
size_t | supp_eapol_len |
u8 | supp_ie [80] |
size_t | supp_ie_len |
Definition at line 30 of file test_wpa.c.
struct wpa_state_machine* wpa::auth |
Definition at line 46 of file test_wpa.c.
u8 wpa::auth_addr[ETH_ALEN] |
Definition at line 31 of file test_wpa.c.
u8* wpa::auth_eapol |
Definition at line 37 of file test_wpa.c.
u8 wpa::auth_eapol_dst[ETH_ALEN] |
Definition at line 36 of file test_wpa.c.
size_t wpa::auth_eapol_len |
Definition at line 38 of file test_wpa.c.
struct wpa_authenticator* wpa::auth_group |
Definition at line 45 of file test_wpa.c.
Definition at line 33 of file test_wpa.c.
Definition at line 48 of file test_wpa.c.
Definition at line 44 of file test_wpa.c.
u8 wpa::supp_addr[ETH_ALEN] |
Definition at line 32 of file test_wpa.c.
u8* wpa::supp_eapol |
Definition at line 41 of file test_wpa.c.
size_t wpa::supp_eapol_len |
Definition at line 42 of file test_wpa.c.
u8 wpa::supp_ie[80] |
Definition at line 49 of file test_wpa.c.
size_t wpa::supp_ie_len |
Definition at line 50 of file test_wpa.c.