Searched refs:abort_cached (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c145 int abort_cached = 0; local
160 abort_cached = 1;
215 abort_cached = 0;
230 abort_cached = 1;
231 } else if (!abort_cached) {
237 if (abort_cached && wpa_key_mgmt_wpa_ieee8021x(sm->key_mgmt) &&
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c145 int abort_cached = 0; local
160 abort_cached = 1;
215 abort_cached = 0;
230 abort_cached = 1;
231 } else if (!abort_cached) {
237 if (abort_cached && wpa_key_mgmt_wpa_ieee8021x(sm->key_mgmt) &&
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c145 int abort_cached = 0; local
160 abort_cached = 1;
215 abort_cached = 0;
230 abort_cached = 1;
231 } else if (!abort_cached) {
237 if (abort_cached && wpa_key_mgmt_wpa_ieee8021x(sm->key_mgmt) &&

Completed in 174 milliseconds