/hostap-latest/tests/fuzzing/asn1/ |
D | asn1.c | 36 char prefix[10], str[100]; in asn1_parse() local 43 if ((size_t) _level > sizeof(prefix) - 1) in asn1_parse() 44 _level = sizeof(prefix) - 1; in asn1_parse() 45 memset(prefix, ' ', _level); in asn1_parse() 46 prefix[_level] = '\0'; in asn1_parse() 60 prefix, hdr.class, asn1_class_str(hdr.class), in asn1_parse() 83 wpa_printf(MSG_MSGDUMP, "ASN.1:%s EOC", prefix); in asn1_parse() 93 prefix, tmp ? "TRUE" : "FALSE"); in asn1_parse() 116 wpa_printf(MSG_MSGDUMP, "ASN.1:%s Null", prefix); in asn1_parse() 124 wpa_printf(MSG_DEBUG, "ASN.1:%s OID %s", prefix, str); in asn1_parse() [all …]
|
/hostap-latest/tests/hwsim/ |
D | test_macsec.py | 282 def run_macsec_psk(dev, apdev, params, prefix, integ_only=False, port0=None, argument 287 cap_veth0 = os.path.join(params['logdir'], prefix + ".veth0.pcap") 288 cap_veth1 = os.path.join(params['logdir'], prefix + ".veth1.pcap") 289 cap_macsec0 = os.path.join(params['logdir'], prefix + ".macsec0.pcap") 290 cap_macsec1 = os.path.join(params['logdir'], prefix + ".macsec1.pcap") 484 prefix = "macsec_psk_ns" 485 pidfile = os.path.join(params['logdir'], prefix + ".pid") 578 prefix = "macsec_psk_ns" 579 conffile = os.path.join(params['logdir'], prefix + ".conf") 580 pidfile = os.path.join(params['logdir'], prefix + ".pid") [all …]
|
D | test_dpp3.py | 105 prefix = "dpp_tcp_pkex" 106 cap_lo = os.path.join(params['logdir'], prefix + ".lo.pcap") 219 prefix = "dpp_controller_relay_pkex" 220 cap_lo = os.path.join(params['logdir'], prefix + ".lo.pcap")
|
D | test_eht.py | 1849 def create_base_conf_file(iface, channel, prefix='hostapd-', hw_mode='g', argument 1853 prefix=prefix + iface + "-chan-" + str(channel) + "-") 1923 def start_ap(prefix, configs): argument 1924 pid = prefix + ".hostapd.pid" 1928 prefix + ".hostapd-log"] 1947 def get_mld_devs(hapd_iface, count, prefix, rnr=False): argument 1957 start_ap(prefix, fname1 + " " + fname2) 2051 prefix=params['prefix'], rnr=rnr) 2103 prefix=params['prefix'], rnr=False)
|
D | run-tests.py | 312 prefix = t.rstrip('*') 315 if tn.startswith(prefix): 357 prefix = selected.rstrip('*') 358 if name.startswith(prefix):
|
D | test_ap_eap.py | 316 prefix = params['prefix'] 326 perm_id = prefix + '.permanent-id' 327 enc_id = prefix + '.enc-permanent-id' 330 pubkey = prefix + ".cert-pub.pem" 1158 prefix = params['prefix'] 1177 perm_id = prefix + '.permanent-id' 1178 enc_id = prefix + '.enc-permanent-id' 1181 pubkey = prefix + ".cert-pub.pem" 1541 prefix = params['prefix'] 1551 perm_id = prefix + '.permanent-id' [all …]
|
/hostap-latest/src/eap_peer/ |
D | eap_gtc.c | 16 int prefix; member 31 data->prefix = 1; in eap_gtc_init() 63 if (data->prefix && in eap_gtc_process() 94 ret->methodState = data->prefix ? METHOD_MAY_CONT : METHOD_DONE; in eap_gtc_process() 102 if (data->prefix) in eap_gtc_process() 108 if (data->prefix) { in eap_gtc_process()
|
D | eap_tls_common.h | 139 const char *prefix,
|
D | eap_tls_common.c | 1105 const char *prefix, in eap_peer_select_phase2_methods() argument 1125 prefix_len = os_strlen(prefix); in eap_peer_select_phase2_methods() 1129 pos = os_strstr(start, prefix); in eap_peer_select_phase2_methods()
|
/hostap-latest/src/utils/ |
D | wpa_debug_zephyr.c | 183 char prefix[130]; in wpa_msg_impl() local 195 prefix[0] = '\0'; in wpa_msg_impl() 200 int res = os_snprintf(prefix, sizeof(prefix), "%s: ", ifname); in wpa_msg_impl() 202 if (os_snprintf_error(sizeof(prefix), res)) in wpa_msg_impl() 203 prefix[0] = '\0'; in wpa_msg_impl() 208 wpa_printf(level, "%s%s", prefix, buf); in wpa_msg_impl()
|
D | wpa_debug.c | 653 char prefix[130]; in wpa_msg() local 666 prefix[0] = '\0'; in wpa_msg() 670 int res = os_snprintf(prefix, sizeof(prefix), "%s: ", in wpa_msg() 672 if (os_snprintf_error(sizeof(prefix), res)) in wpa_msg() 673 prefix[0] = '\0'; in wpa_msg() 678 wpa_printf(level, "%s%s", prefix, buf); in wpa_msg()
|
D | os_unix.c | 601 bool prefix = false; in testing_test_fail() local 616 prefix = true; in testing_test_fail() 620 (!prefix && func[i][len] != '\0')) { in testing_test_fail()
|
/hostap-latest/ |
D | build_release | 32 git archive --format=tar --prefix=wpa-$VER/ HEAD \ 35 git archive --format=tar --prefix=hostapd-$VER/ HEAD \ 38 git archive --format=tar --prefix=wpa_supplicant-$VER/ HEAD \
|
/hostap-latest/src/eap_server/ |
D | eap_server_gtc.c | 17 int prefix; member 35 data->prefix = 1; in eap_gtc_init() 57 msg = data->prefix ? "CHALLENGE=Password" : "Password"; in eap_gtc_buildReq() 107 if (data->prefix) { in eap_gtc_process()
|
D | eap_sim_db.c | 1013 static char * eap_sim_db_get_next(struct eap_sim_db_data *data, char prefix) in eap_sim_db_get_next() argument 1026 *pos++ = prefix; in eap_sim_db_get_next() 1047 char prefix = EAP_SIM_REAUTH_ID_PREFIX; in eap_sim_db_get_next_pseudonym() local 1051 prefix = EAP_SIM_PSEUDONYM_PREFIX; in eap_sim_db_get_next_pseudonym() 1054 prefix = EAP_AKA_PSEUDONYM_PREFIX; in eap_sim_db_get_next_pseudonym() 1057 prefix = EAP_AKA_PRIME_PSEUDONYM_PREFIX; in eap_sim_db_get_next_pseudonym() 1061 return eap_sim_db_get_next(data, prefix); in eap_sim_db_get_next_pseudonym() 1080 char prefix = EAP_SIM_REAUTH_ID_PREFIX; in eap_sim_db_get_next_reauth_id() local 1084 prefix = EAP_SIM_REAUTH_ID_PREFIX; in eap_sim_db_get_next_reauth_id() 1087 prefix = EAP_AKA_REAUTH_ID_PREFIX; in eap_sim_db_get_next_reauth_id() [all …]
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 567 (e.g., password), it will use a specific prefix, \c CTRL-REQ- 570 \c CTRL-RSP- (\a WPA_CTRL_RSP macro) prefix in a command with matching 672 a fixed prefix text as defined in \ref wpa_ctrl.h. After this, optional 692 particulat prefix and are subject to change. They may be used for 753 WPA_EVENT_BSS_ADDED: A new BSS entry was added. The event prefix is 762 WPA_EVENT_BSS_REMOVED: A BSS entry was removed. The event prefix is 810 The event prefix is followed by MAC addr, UUID-E, pri dev type, 885 event prefix is followed by the MAC address of the station. 965 included after the event prefix: peer_address PIN. The PIN is a 980 the event prefix: peer address. [all …]
|
/hostap-latest/hostapd/ |
D | hostapd.eap_user | 31 # "prefix"* can be used to match the given prefix and anything after this. The 33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This
|
/hostap-latest/tests/build/ |
D | run-build-tests.sh | 5 git archive --format=tar --prefix=hostap-build/ HEAD > $DIR/hostap-build.tar
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | icons.qrc | 2 <qresource prefix="/icons" >
|
D | icons_png.qrc | 2 <qresource prefix="/icons" >
|
/hostap-latest/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 106 const char *prefix = "\x04_tcp\x05local\x00\x00\x0C\x00\x01" in p2p_sd_dns_uncompress() local 125 os_memcpy(tmp + DNS_HEADER_LEN, prefix, P2P_SD_IN_MEMORY_LEN); in p2p_sd_dns_uncompress() 566 int prefix = 0; in wpas_sd_req_asp() local 593 prefix = 1; in wpas_sd_req_asp() 600 if (!prefix && svc_len != os_strlen(adv_data->svc_name)) in wpas_sd_req_asp()
|
D | interworking.c | 822 size_t mnc_len, char prefix) in build_root_nai() argument 854 if (prefix) in build_root_nai() 855 *pos++ = prefix; in build_root_nai() 877 static int set_root_nai(struct wpa_ssid *ssid, const char *imsi, char prefix) in set_root_nai() argument 880 if (build_root_nai(nai, sizeof(nai), imsi, 0, prefix) < 0) in set_root_nai() 987 char prefix; in interworking_connect_3gpp() local 1034 prefix = '1'; in interworking_connect_3gpp() 1038 prefix = '0'; in interworking_connect_3gpp() 1042 prefix = '6'; in interworking_connect_3gpp() 1055 if (!cred->pcsc && set_root_nai(ssid, cred->imsi, prefix) < 0) { in interworking_connect_3gpp()
|
/hostap-latest/src/ap/ |
D | wps_hostapd.c | 591 char *prefix; in hapd_wps_cred_cb() local 597 prefix = ""; in hapd_wps_cred_cb() 600 prefix = " "; in hapd_wps_cred_cb() 603 fprintf(nconf, "%sWPA-PSK", prefix); in hapd_wps_cred_cb() 604 prefix = " "; in hapd_wps_cred_cb() 609 fprintf(nconf, "%sSAE", prefix); in hapd_wps_cred_cb() 623 prefix = ""; in hapd_wps_cred_cb() 630 prefix = " "; in hapd_wps_cred_cb() 634 fprintf(nconf, "%sTKIP", prefix); in hapd_wps_cred_cb()
|
D | ieee802_1x.h | 29 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
|
/hostap-latest/tests/hwsim/vm/ |
D | build-codecov.sh | 14 git archive --format=tar --prefix=hostap/ HEAD > $TMPDIR/hostap.tar
|