| /hostap-latest/src/utils/ |
| D | trace.c | 143 bfd_boolean found; member 167 if (data->found) in find_addr_sect() 181 data->found = bfd_find_nearest_line(abfd, section, syms, in find_addr_sect() 201 data.found = FALSE; in wpa_trace_bfd_addr() 204 if (!data.found) in wpa_trace_bfd_addr() 227 data.found = bfd_find_inliner_info(abfd, &data.filename, in wpa_trace_bfd_addr() 229 } while (data.found); in wpa_trace_bfd_addr() 242 data.found = FALSE; in wpa_trace_bfd_addr2func() 245 if (!data.found) in wpa_trace_bfd_addr2func() 314 data.found = FALSE; in wpa_trace_calling_func() [all …]
|
| /hostap-latest/wpa_supplicant/ |
| D | op_classes.c | 319 int found; in wpas_op_class_supported() local 417 found = 0; in wpas_op_class_supported() 423 found++; in wpas_op_class_supported() 434 found++; in wpas_op_class_supported() 439 found++; in wpas_op_class_supported() 444 found++; in wpas_op_class_supported() 449 found++; in wpas_op_class_supported() 451 if (found >= 2) in wpas_op_class_supported() 492 found = 0; in wpas_op_class_supported() 497 found = 1; in wpas_op_class_supported() [all …]
|
| D | bss.c | 928 int found; in wpa_bss_included_in_scan() local 935 found = 0; in wpa_bss_included_in_scan() 938 found = 1; in wpa_bss_included_in_scan() 942 if (!found) in wpa_bss_included_in_scan() 947 found = 0; in wpa_bss_included_in_scan() 954 found = 1; in wpa_bss_included_in_scan() 958 if (!found) in wpa_bss_included_in_scan() 1126 struct wpa_bss *bss, *found = NULL; in wpa_bss_get_bssid_latest() local 1132 if (found == NULL || in wpa_bss_get_bssid_latest() 1133 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest() [all …]
|
| /hostap-latest/tests/hwsim/ |
| D | test_p2p_service.py | 146 found = False 149 found = True 151 if not found: 153 found = False 156 found = True 158 if not found: 166 found = False 169 found = True 171 if not found: 173 found = False [all …]
|
| D | test_scan.py | 515 found = False 519 found = True 521 if not found: 831 found = False 834 found = True 836 if not found: 1982 found = False 1992 found = True 2000 if not found: 2010 found = False [all …]
|
| D | test_p2p_device.py | 35 found = False 40 found = True 44 if not found:
|
| /hostap-latest/src/drivers/ |
| D | rfkill.c | 111 int found = 0; in rfkill_init() local 163 found = os_strcmp(phy, rfk_phy) == 0; in rfkill_init() 166 if (!found) in rfkill_init() 185 if (!found) in rfkill_init()
|
| /hostap-latest/tests/hwsim/vm/ |
| D | min-seq.py | 29 found = False 34 found = True 38 return found
|
| /hostap-latest/wlantest/ |
| D | wep.c | 76 int found = 0; in wep_decrypt() local 93 found = 1; in wep_decrypt() 97 if (!found) { in wep_decrypt()
|
| D | rx_data.c | 416 struct wlantest_tdls *tdls = NULL, *found; in rx_data_bss_prot() local 489 found = NULL; in rx_data_bss_prot() 494 found = tdls; in rx_data_bss_prot() 499 if (found) { in rx_data_bss_prot() 500 if (!found->link_up) in rx_data_bss_prot() 504 tk = found->tpk.tk; in rx_data_bss_prot() 505 tdls = found; in rx_data_bss_prot() 850 struct wlantest_tdls *tdls, *found = NULL; in get_tdls() local 865 found = tdls; in get_tdls() 871 return found; in get_tdls()
|
| D | wired.c | 126 int found = 0; in process_radius_access_accept() local 150 found = 1; in process_radius_access_accept() 159 if (found) in process_radius_access_accept()
|
| /hostap-latest/src/eap_common/ |
| D | eap_pwd_common.c | 135 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in compute_password_element() local 198 found, is_odd, pwe_digest[SHA256_MAC_LEN - 1] & 0x01); in compute_password_element() 225 const_time_select_bin(found, x_bin, prfbuf, primebytelen, in compute_password_element() 242 found_ctr = const_time_select_u8(found, found_ctr, ctr); in compute_password_element() 247 found |= (res & in_range) * 0xff; in compute_password_element() 249 if (found == 0) { in compute_password_element()
|
| /hostap-latest/src/ap/ |
| D | eth_p_oui.c | 93 int found = 0; in eth_p_oui_register() local 110 found = 1; in eth_p_oui_register() 114 if (!found) { in eth_p_oui_register()
|
| D | pmksa_cache_auth.c | 620 int found = 0; in pmksa_cache_auth_radius_das_disconnect() local 629 found++; in pmksa_cache_auth_radius_das_disconnect() 638 return found ? 0 : -1; in pmksa_cache_auth_radius_das_disconnect()
|
| /hostap-latest/src/l2_packet/ |
| D | l2_packet_freebsd.c | 300 int found = 0; in l2_packet_get_ip_addr() local 308 for (dev = devs; dev && !found; dev = dev->next) { in l2_packet_get_ip_addr() 318 found = 1; in l2_packet_get_ip_addr() 327 return found ? 0 : -1; in l2_packet_get_ip_addr()
|
| D | l2_packet_winpcap.c | 315 int found = 0; in l2_packet_get_ip_addr() local 323 for (dev = devs; dev && !found; dev = dev->next) { in l2_packet_get_ip_addr() 333 found = 1; in l2_packet_get_ip_addr() 342 return found ? 0 : -1; in l2_packet_get_ip_addr()
|
| D | l2_packet_pcap.c | 350 int found = 0; in l2_packet_get_ip_addr() local 358 for (dev = devs; dev && !found; dev = dev->next) { in l2_packet_get_ip_addr() 368 found = 1; in l2_packet_get_ip_addr() 377 return found ? 0 : -1; in l2_packet_get_ip_addr()
|
| /hostap-latest/wpa_supplicant/examples/ |
| D | p2p-nfc.py | 294 found = False 300 found = True 325 if found: 330 found = True 352 found = True
|
| /hostap-latest/src/common/ |
| D | sae.c | 302 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ecc() local 351 for (counter = 1; counter <= k || !found; counter++) { in sae_derive_pwe_ecc() 361 const_time_select_bin(found, stub_password, password, in sae_derive_pwe_ecc() 369 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc() 372 found, pwd_seed_odd, in sae_derive_pwe_ecc() 386 found |= res * 0xff; in sae_derive_pwe_ecc() 388 res, found); in sae_derive_pwe_ecc() 390 if (found) in sae_derive_pwe_ecc() 398 if (!found) { in sae_derive_pwe_ecc() 464 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ffc() local [all …]
|
| /hostap-latest/wpa_supplicant/doc/docbook/ |
| D | wpa_gui.sgml | 48 be found.</para></listitem> 55 configured. By default, choose the first interface found with
|
| /hostap-latest/src/p2p/ |
| D | p2p_go_neg.c | 607 int found = 0; in p2p_check_pref_chan_no_recv() local 616 for (i = 0; i < size && !found; i++) { in p2p_check_pref_chan_no_recv() 632 found = 1; in p2p_check_pref_chan_no_recv() 637 if (found) { in p2p_check_pref_chan_no_recv() 656 int found = 0; in p2p_check_pref_chan_recv() local 663 for (i = 0; i < size && !found; i++) { in p2p_check_pref_chan_recv() 679 found = 1; in p2p_check_pref_chan_recv() 684 if (found) { in p2p_check_pref_chan_recv()
|
| /hostap-latest/src/crypto/ |
| D | tls_openssl.c | 818 goto found; in tls_engine_load_dynamic_generic() 855 found: in tls_engine_load_dynamic_generic() 961 struct tls_session_data *found; in remove_session_cb() local 975 found = get_session_data(context, buf); in remove_session_cb() 976 if (!found) { in remove_session_cb() 983 dl_list_del(&found->list); in remove_session_cb() 984 os_free(found); in remove_session_cb() 1848 int found = 0; in tls_match_altsubject_component() local 1859 found++; in tls_match_altsubject_component() 1864 return found; in tls_match_altsubject_component() [all …]
|
| /hostap-latest/tests/remote/ |
| D | rutils.py | 288 found = 0 290 if found == 1: 293 found = 1
|
| /hostap-latest/hs20/client/ |
| D | osu_client.c | 2948 int found; in osu_cert_cb() local 2969 found = 0; in osu_cert_cb() 2978 found = 1; in osu_cert_cb() 2982 if (host && !found) { in osu_cert_cb() 3005 int found = 0; in osu_cert_cb() local 3018 found = 1; in osu_cert_cb() 3023 if (!found) { in osu_cert_cb() 3044 int found = 0; in osu_cert_cb() local 3068 found = 1; in osu_cert_cb() 3073 if (!found) { in osu_cert_cb() [all …]
|
| /hostap-latest/src/eap_peer/ |
| D | ikev2.c | 301 int found = 0; in ikev2_process_sai1() local 327 if (!found && prop.integ != -1 && prop.prf != -1 && in ikev2_process_sai1() 331 found = 1; in ikev2_process_sai1() 342 if (!found) { in ikev2_process_sai1()
|