Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_msg.c1615 BOOLEAN ok = TRUE; in avdt_msg_ind() local
1648 ok = FALSE; in avdt_msg_ind()
1665 ok = FALSE; in avdt_msg_ind()
1674 if (ok && !gen_rej) { in avdt_msg_ind()
1717 ok = FALSE; in avdt_msg_ind()
1728 if (ok) { in avdt_msg_ind()
1742 ok = FALSE; in avdt_msg_ind()
1748 if (ok) { in avdt_msg_ind()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_himem.c205 int ok = allocate_blocks(blocks, r->block); in esp_himem_alloc() local
207 if (!ok) { in esp_himem_alloc()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_enrollee.c795 int ok = 0; in wps_process_creds() local
810 ok++; in wps_process_creds()
817 if (ok == 0) { in wps_process_creds()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1701 int ok = 0; in wpa_supplicant_verify_eapol_key_mic() local
1713 ok = 1; in wpa_supplicant_verify_eapol_key_mic()
1720 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
1729 ok = 1; in wpa_supplicant_verify_eapol_key_mic()
1732 if (!ok) { in wpa_supplicant_verify_eapol_key_mic()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c1621 int ok = 0; in SM_STATE() local
1658 ok = 1; in SM_STATE()
1669 if (!ok) { in SM_STATE()