Home
last modified time | relevance | path

Searched defs:ieee802_1x_cp_sm (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_cp.c28 struct ieee802_1x_cp_sm { struct
29 enum cp_states {
33 } CP_state;
34 Boolean changed;
37 Boolean port_valid;
40 enum connect_type connect;
43 Boolean chgd_server; /* clear by CP */
44 Boolean elected_self;
45 enum confidentiality_offset cipher_offset;
46 u64 cipher_suite;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_cp.c28 struct ieee802_1x_cp_sm { struct
29 enum cp_states {
33 } CP_state;
34 bool changed;
37 bool port_valid;
40 enum connect_type connect;
43 bool chgd_server; /* clear by CP */
44 bool elected_self;
45 enum confidentiality_offset cipher_offset;
46 u64 cipher_suite;
[all …]