/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/ |
D | wps_validate.c | 22 static int wps_validate_version(const u8 *version, int mandatory) in wps_validate_version() argument 25 if (mandatory) { in wps_validate_version() 41 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument 44 if (mandatory) { in wps_validate_version2() 60 static int wps_validate_request_type(const u8 *request_type, int mandatory) in wps_validate_request_type() argument 63 if (mandatory) { in wps_validate_request_type() 79 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type() argument 82 if (mandatory) { in wps_validate_response_type() 118 int mandatory) in wps_validate_config_methods() argument 123 if (mandatory) { in wps_validate_config_methods() [all …]
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_ttls.c | 145 int mandatory, size_t len) in eap_ttls_avp_hdr() argument 152 flags = mandatory ? AVP_FLAGS_MANDATORY : 0; in eap_ttls_avp_hdr() 169 u32 vendor_id, int mandatory, in eap_ttls_avp_add() argument 173 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); in eap_ttls_avp_add() 182 int mandatory) in eap_ttls_avp_encapsulate() argument 195 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); in eap_ttls_avp_encapsulate()
|
D | eap_peap.c | 477 int tlv_type, mandatory; in eap_tlv_process() local 485 mandatory = !!(pos[0] & 0x80); in eap_tlv_process() 510 mandatory ? " (mandatory)" : ""); in eap_tlv_process() 511 if (mandatory) { in eap_tlv_process()
|
D | eap_fast.c | 1075 int mandatory, tlv_type, res; in eap_fast_parse_decrypted() local 1085 mandatory = pos[0] & 0x80; in eap_fast_parse_decrypted() 1097 mandatory ? " (mandatory)" : ""); in eap_fast_parse_decrypted() 1103 if (mandatory) { in eap_fast_parse_decrypted()
|
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32/ |
D | README.md | 7 …is is a btdm controller use UART as HCI IO. This require the UART device support RTS/CTS mandatory.
|
/hal_espressif-3.6.0/examples/peripherals/sdio/host/main/ |
D | Kconfig.projbuild | 19 mandatory for interrupts.
|
/hal_espressif-3.6.0/examples/peripherals/sdio/ |
D | README.md | 23 protocol): CMD, CLK, DAT0 and DAT1. DAT1 is mandatory for the interrupt. DAT2
|
/hal_espressif-3.6.0/docs/en/api-reference/ |
D | api-conventions.rst | 110 …unctions or files that replace the deprecated ones, however this is not mandatory. Deprecated func…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | spi_slave_hd.rst | 9 …e following phases: command, address, dummy, data. The command phase is mandatory, while the other…
|
D | twai.rst | 399 The usage of macro initializers is not mandatory and each of the configuration structures can be ma…
|
/hal_espressif-3.6.0/tools/unit-test-app/ |
D | README.md | 55 1. first tag is always group of test cases, it's mandatory
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | wifi.rst | 319 …i-Fi driver before setting up the Wi-Fi connection, but this is **NOT** mandatory, which means tha… 1424 - PEAP: This is Protected EAP method. Username and Password are mandatory. 1425 …od. Only server authentication is mandatory while user authentication is optional. Username and Pa… 1863 {IDF_TARGET_NAME} supports all the mandatory features required in WFA Wi-Fi QoS Certification.
|
D | build-system.rst | 285 .. _project-mandatory-parts:
|
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-terminology.rst | 173 …packets, and 8 in the last one. Special case: A shorter packet requires mandatory segmentation fro…
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | build-system.rst | 285 .. _project-mandatory-parts:
|
/hal_espressif-3.6.0/docs/en/api-guides/performance/ |
D | size.rst | 317 …ome Wi-Fi binary size if WPA3 support is not needed. (Note that WPA3 is mandatory for new Wi-Fi de…
|