Searched refs:encoded (Results 1 – 8 of 8) sorted by relevance
| /hostap-latest/wpa_supplicant/ |
| D | config_file.c | 222 char *encoded = NULL, *nencoded; in wpa_config_read_blob() local 236 nencoded = os_realloc(encoded, encoded_len + len); in wpa_config_read_blob() 240 os_free(encoded); in wpa_config_read_blob() 243 encoded = nencoded; in wpa_config_read_blob() 244 os_memcpy(encoded + encoded_len, pos, len); in wpa_config_read_blob() 248 if (!end || !encoded) { in wpa_config_read_blob() 251 os_free(encoded); in wpa_config_read_blob() 257 os_free(encoded); in wpa_config_read_blob() 261 blob->data = hostap_base64_decode(encoded, encoded_len, &blob->len); in wpa_config_read_blob() 262 os_free(encoded); in wpa_config_read_blob() [all …]
|
| D | README-P2P | 103 Timeout - Optional ASCII base-10-encoded u16. If missing, request will not 324 auto accept - Mandatory ASCII hex-encoded boolean (0 == no auto-accept, 327 Advertisement ID - Mandatory non-zero ASCII hex-encoded u32 329 State - Mandatory ASCII hex-encoded u8 (0 -- Svc not available, 331 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config 356 auto accept - Mandatory ASCII hex-encoded boolean (1 == true, 0 == false) 357 Advertisement ID - Mandatory non-zero ASCII hex-encoded u32 359 State - Mandatory ASCII hex-encoded u8 (can be used to indicate svc 361 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config 463 Transaction ID - Mandatory non-zero ASCII hex-encoded u8 for GAS [all …]
|
| D | eapol_test.c | 446 char *encoded; in eapol_test_write_cert() local 448 encoded = hostap_base64_encode(wpabuf_head(cert), wpabuf_len(cert), NULL); in eapol_test_write_cert() 449 if (encoded == NULL) in eapol_test_write_cert() 452 "-----END CERTIFICATE-----\n\n", subject, encoded); in eapol_test_write_cert() 453 os_free(encoded); in eapol_test_write_cert()
|
| D | README-HS20 | 171 # imsi_privacy_cert: IMSI privacy certificate (PEM encoded X.509v3 certificate)
|
| D | ChangeLog | 187 encoded certificates
|
| /hostap-latest/src/wps/ |
| D | wps_er.c | 900 char *encoded; in wps_er_soap_hdr() local 905 encoded = hostap_base64_encode(wpabuf_head(msg), wpabuf_len(msg), in wps_er_soap_hdr() 907 if (encoded == NULL) in wps_er_soap_hdr() 910 encoded = NULL; in wps_er_soap_hdr() 916 os_free(encoded); in wps_er_soap_hdr() 940 if (encoded) { in wps_er_soap_hdr() 942 arg_name, encoded, arg_name); in wps_er_soap_hdr() 943 os_free(encoded); in wps_er_soap_hdr()
|
| /hostap-latest/src/utils/ |
| D | utils_module_tests.c | 27 char *encoded; member 69 binlen = printf_decode(bin, sizeof(bin), test->encoded); in printf_encode_decode_tests()
|
| /hostap-latest/doc/ |
| D | dbus.doxygen | 1448 <p>User-friendly description of device; up to 32 octets encoded in UTF-8.</p>
|