Searched refs:raw (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
D | WpaNfcActivity.java | 108 Parcelable[] raw = intent.getParcelableArrayExtra(NfcAdapter.EXTRA_NDEF_MESSAGES); in onCreate() local 109 if (raw != null) { in onCreate() 110 Log.d(TAG, "NDEF message count: " + raw.length); in onCreate() 111 NdefMessage[] msgs = new NdefMessage[raw.length]; in onCreate() 112 for (int i = 0; i < raw.length; i++) { in onCreate() 113 msgs[i] = (NdefMessage) raw[i]; in onCreate()
|
D | WpaCommandListActivity.java | 64 inres = getResources().openRawResource(R.raw.wpa_commands); in onCreate()
|
D | CommandListActivity.java | 82 inres = getResources().openRawResource(R.raw.shell_commands); in onCreate()
|
/hostap-latest/tests/ |
D | cipher-and-key-mgmt-testing.txt | 179 > raw RESET_PN <DUT MAC address> 191 > raw RESET_PN ff:ff:ff:ff:ff:ff 217 > raw RESET_PN 239 > raw RESEND_GROUP_M1 <DUT MAC address> 241 > raw RESET_PN ff:ff:ff:ff:ff:ff 257 > raw RESEND_M3 <DUT MAC address> 259 > raw RESET_PN ff:ff:ff:ff:ff:ff 270 > raw RESEND_M1 <DUT MAC address> 272 > raw RESEND_M3 <DUT MAC address> 279 > raw RESEND_M1 <DUT MAC address> change-anonce [all …]
|
/hostap-latest/src/wps/ |
D | wps_upnp.c | 818 u8 *raw = NULL; in upnp_wps_device_send_wlan_event() local 830 raw = os_zalloc(raw_len); in upnp_wps_device_send_wlan_event() 831 if (!raw) in upnp_wps_device_send_wlan_event() 834 *(raw + pos) = (u8) ev_type; in upnp_wps_device_send_wlan_event() 839 os_memcpy(raw + pos, mac_text, 17); in upnp_wps_device_send_wlan_event() 842 os_memcpy(raw + pos, wpabuf_head(msg), wpabuf_len(msg)); in upnp_wps_device_send_wlan_event() 847 val = hostap_base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event() 859 os_free(raw); in upnp_wps_device_send_wlan_event()
|
/hostap-latest/src/crypto/ |
D | tls_mbedtls_alt.c | 2952 struct wpabuf *certbuf = wpabuf_alloc_copy(crt->raw.p, crt->raw.len); in tls_mbedtls_verify_fail_event() 2983 const u8 *addr[] = {(u8 *)crt->raw.p}; in tls_mbedtls_verify_cert_event() 2984 if (sha256_vector(1, addr, &crt->raw.len, hash) == 0) in tls_mbedtls_verify_cert_event() 3077 certbuf = wpabuf_alloc_copy(crt->raw.p, crt->raw.len); in tls_mbedtls_verify_cert_event() 3122 const u8 *addr[] = {(u8 *)crt->raw.p}; in tls_mbedtls_verify_cb() 3123 if (sha256_vector(1, addr, &crt->raw.len, hash) < 0 || in tls_mbedtls_verify_cb()
|
D | crypto.h | 1023 const u8 *raw, size_t raw_len);
|
D | crypto_openssl.c | 3061 const u8 *raw, size_t raw_len) in crypto_ec_key_set_priv() argument 3080 priv = BN_bin2bn(raw, raw_len, NULL); in crypto_ec_key_set_priv() 3151 priv = BN_bin2bn(raw, raw_len, NULL); in crypto_ec_key_set_priv()
|
/hostap-latest/tests/hwsim/ |
D | test_wpas_ap.py | 1062 def run_wpas_ap_lifetime_in_memory(dev, apdev, params, raw): argument 1076 if raw:
|
D | README | 13 device combinations to be tested. wlantest is used analyze raw packets
|
/hostap-latest/wpa_supplicant/ |
D | README | 1005 user to execute wpa_supplicant with additional network admin/raw
|
D | ChangeLog | 1052 - use the internal BSS table instead of raw scan results 1713 a raw PSK (hex string)
|