Home
last modified time | relevance | path

Searched refs:PtkGroupInit (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_i.h77 Boolean PtkGroupInit; /* init request for PTK Group state machine */ member
Dwpa_auth.c1794 sm->PtkGroupInit = TRUE; in wpa_auth_sm_event()
3713 if (sm->Init || sm->PtkGroupInit) { in SM_STEP()
3715 sm->PtkGroupInit = FALSE; in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_i.h79 bool PtkGroupInit; /* init request for PTK Group state machine */ member
Dwpa_auth.c1878 sm->PtkGroupInit = true; in wpa_auth_sm_event()
4035 if (sm->Init || sm->PtkGroupInit) { in SM_STEP()
4037 sm->PtkGroupInit = false; in SM_STEP()