/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/include/ |
D | blufi_int.h | 59 uint8_t fc; member 68 uint8_t fc; member 176 #define BLUFI_FC_IS_ENC(fc) ((fc) & BLUFI_FC_ENC_MASK) argument 177 #define BLUFI_FC_IS_CHECK(fc) ((fc) & BLUFI_FC_CHECK_MASK) argument 178 #define BLUFI_FC_IS_DIR_P2E(fc) ((fc) & BLUFI_FC_DIR_P2E_MASK) argument 179 #define BLUFI_FC_IS_DIR_E2P(fc) (!((fc) & BLUFI_DIR_P2E_MASK)) argument 180 #define BLUFI_FC_IS_REQ_ACK(fc) ((fc) & BLUFI_FC_REQ_ACK_MASK) argument 181 #define BLUFI_FC_IS_FRAG(fc) ((fc) & BLUFI_FC_FRAG_MASK) argument
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | ccmp.c | 22 u16 fc, stype, seq; in ccmp_aad_nonce() local 28 fc = le_to_host16(hdr->frame_control); in ccmp_aad_nonce() 29 stype = WLAN_FC_GET_STYPE(fc); in ccmp_aad_nonce() 30 if ((fc & (WLAN_FC_TODS | WLAN_FC_FROMDS)) == in ccmp_aad_nonce() 34 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_DATA) { in ccmp_aad_nonce() 35 fc &= ~0x0070; /* Mask subtype bits */ in ccmp_aad_nonce() 39 fc &= ~WLAN_FC_ORDER; in ccmp_aad_nonce() 45 } else if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT) in ccmp_aad_nonce() 48 fc &= ~(WLAN_FC_RETRY | WLAN_FC_PWRMGT | WLAN_FC_MOREDATA); in ccmp_aad_nonce() 49 fc |= WLAN_FC_ISWEP; in ccmp_aad_nonce() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/ |
D | README.md | 52 …BLE: fc:f5:c4:3c:62:92, RSSI: -29, USAGE: GENERIC, APPEARANCE: 0x03c0, ADDR_TYPE: 'PUBLIC', NAME: … 62 I (9332) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 OPEN: ESP BLE HID2 63 BDA:fc:f5:c4:3c:62:92, Appearance: 0x03c0, Connection ID: 0 74 I (9722) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 INPUT: CCONTROL, MAP: 1, ID: 3, Len: 2, Data: 76 I (9812) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 INPUT: CCONTROL, MAP: 1, ID: 3, Len: 2, Data: 78 I (11822) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 INPUT: CCONTROL, MAP: 1, ID: 3, Len: 2, Data: 80 I (11912) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 INPUT: CCONTROL, MAP: 1, ID: 3, Len: 2, Data: 82 I (13922) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 INPUT: CCONTROL, MAP: 1, ID: 3, Len: 2, Data: 84 I (14012) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 INPUT: CCONTROL, MAP: 1, ID: 3, Len: 2, Data: 86 I (16022) ESP_HIDH_DEMO: fc:f5:c4:3c:62:92 INPUT: CCONTROL, MAP: 1, ID: 3, Len: 2, Data: [all …]
|
/hal_espressif-3.6.0/docs/_static/diagrams/spi/ |
D | spi_master_freq_tv.plt | 28 "tv.csv" using 1:2 with circles notitle fill solid fc rgb "blue", \ 29 "tv.csv" using 1:4 with circles notitle fc rgb "blue",\ 30 "tv.csv" using 1:3 with circles notitle fill solid fc rgb "red" ,\ 31 "tv.csv" using 1:5 with circles notitle fc rgb "red"
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 849 tBTA_JV_API_FREE_CHANNEL *fc = &(p_data->free_channel); in bta_jv_free_scn() local 850 UINT16 scn = fc->scn; in bta_jv_free_scn() 880 if (fc->user_data) in bta_jv_free_scn() 882 user_data = (tBTA_JV_FREE_SCN_USER_DATA *)fc->user_data; in bta_jv_free_scn() 889 if (fc->p_cback) { in bta_jv_free_scn() 890 fc->p_cback(BTA_JV_FREE_SCN_EVT, (tBTA_JV *)&evt_data, (void *)user_data); in bta_jv_free_scn() 2343 tBTA_JV_API_RFCOMM_FLOW_CONTROL *fc = &(p_data->rfcomm_fc); in bta_jv_rfcomm_flow_control() local 2345 tBTA_JV_PCB *p_pcb = fc->p_pcb; in bta_jv_rfcomm_flow_control() 2346 PORT_FlowControl_GiveCredit(p_pcb->port_handle, TRUE, fc->credits_given); in bta_jv_rfcomm_flow_control() 2619 struct fc_channel *fc = fcchan_get(chan, TRUE); in fcclient_alloc() local [all …]
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_prf.c | 119 if (BLUFI_FC_IS_ENC(hdr->fc) in btc_blufi_recv_handler() 130 if (BLUFI_FC_IS_CHECK(hdr->fc) in btc_blufi_recv_handler() 141 if (BLUFI_FC_IS_REQ_ACK(hdr->fc)) { in btc_blufi_recv_handler() 145 if (BLUFI_FC_IS_FRAG(hdr->fc)) { in btc_blufi_recv_handler() 197 hdr->fc = 0x0; in btc_blufi_send_encap() 202 hdr->fc |= BLUFI_FC_FRAG; in btc_blufi_send_encap() 209 hdr->fc = 0x0; in btc_blufi_send_encap() 215 hdr->fc |= BLUFI_FC_DIR_E2P; in btc_blufi_send_encap() 221 hdr->fc |= BLUFI_FC_CHECK; in btc_blufi_send_encap() 228 hdr->fc |= BLUFI_FC_CHECK; in btc_blufi_send_encap() [all …]
|
/hal_espressif-3.6.0/examples/wifi/wifi_enterprise/main/ |
D | client.crt | 19 d9:4f:9d:27:c7:bf:a0:fc:89:fa:1a:62:4f:cd:96: 22 f1:fc:47:8a:c9:6f:37:19:71:06:09:c6:ce:61:7c: 45 72:66:54:e3:01:bc:fe:11:fc:14:ff:a1:29:83:6a:03:ed:29: 56 17:13:9e:72:2c:a2:9a:76:7c:87:e4:0d:a2:85:6a:1d:fc:f4:
|
D | client.pem | 19 d9:4f:9d:27:c7:bf:a0:fc:89:fa:1a:62:4f:cd:96: 22 f1:fc:47:8a:c9:6f:37:19:71:06:09:c6:ce:61:7c: 45 72:66:54:e3:01:bc:fe:11:fc:14:ff:a1:29:83:6a:03:ed:29: 56 17:13:9e:72:2c:a2:9a:76:7c:87:e4:0d:a2:85:6a:1d:fc:f4:
|
D | server.pem | 25 22:b4:0d:4a:ac:b0:fc:b1:83:ae:25:2b:55:5a:c0: 50 33:b0:fc:b8:d7:ab:27:f2:cb:b9:ab:23:7a:62:d1:1b:41:25:
|
D | server.crt | 25 22:b4:0d:4a:ac:b0:fc:b1:83:ae:25:2b:55:5a:c0: 50 33:b0:fc:b8:d7:ab:27:f2:cb:b9:ab:23:7a:62:d1:1b:41:25:
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_api.c | 204 p_port->local_ctrl.fc = FALSE; in RFCOMM_CreateConnection() 803 old_fc = p_port->local_ctrl.fc; in PORT_FlowControl() 806 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl() 808 if (p_port->local_ctrl.fc != old_fc) { in PORT_FlowControl() 874 old_fc = p_port->local_ctrl.fc; 877 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); 879 if (p_port->local_ctrl.fc != old_fc) { 944 old_fc = p_port->local_ctrl.fc; in PORT_FlowControl_GiveCredit() 947 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_GiveCredit() 949 if (p_port->local_ctrl.fc != old_fc) { in PORT_FlowControl_GiveCredit()
|
D | port_utils.c | 414 BOOLEAN fc = p_port->tx.peer_fc in port_flow_control_user() local 420 if (p_port->tx.user_fc == fc) { in port_flow_control_user() 424 p_port->tx.user_fc = fc; in port_flow_control_user() 426 if (fc) { in port_flow_control_user()
|
D | rfc_port_fsm.c | 702 pars.fc = ((modem_signals & RFCOMM_MSC_FC) == RFCOMM_MSC_FC); in rfc_process_msc() 715 p_port->peer_ctrl.fc = new_peer_fc = pars.fc; in rfc_process_msc()
|
D | rfc_port_if.c | 314 p_port->local_ctrl.fc = !enable; in RFCOMM_FlowReq()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | ieee802_11_defs.h | 27 #define WLAN_FC_GET_TYPE(fc) (((fc) & 0x000c) >> 2) argument 28 #define WLAN_FC_GET_STYPE(fc) (((fc) & 0x00f0) >> 4) argument
|
/hal_espressif-3.6.0/examples/protocols/sockets/udp_multicast/ |
D | README.md | 57 echo "Hi there, IPV6!" | socat STDIO UDP6-DATAGRAM:[ff02::fc]:3333 60 Replace `[ff02::fc]:3333` with the IPV6 multicast address and port, respectively.
|
/hal_espressif-3.6.0/examples/bluetooth/blufi/ |
D | README.md | 71 I (908) wifi:mode : sta (fc:f5:c4:3c:62:90) 74 I (1198) BLUFI_EXAMPLE: BD ADDR: fc:f5:c4:3c:62:92
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/ |
D | README.md | 46 I (6061) GATTC_DEMO: fc f5 c4 3c 5e ca 60 I (6361) GATTC_DEMO: fc f5 c4 3c 5e ca
|
/hal_espressif-3.6.0/docs/_static/diagrams/ethernet/ |
D | RMII Interface.drawio | 1 …4" type="device" pages="2"><diagram name="Page-1" id="90a13364-a465-7bf4-72fc-28e22215d7a0">7Vpbc6…
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | port_int.h | 83 BOOLEAN fc; /* TRUE when the device is unable to accept frames */ member
|
/hal_espressif-3.6.0/examples/wifi/wifi_eap_fast/main/ |
D | server.crt | 18 c9:24:51:49:fa:47:fb:4b:4e:fc:ed:75:8a:e1:28:
|
/hal_espressif-3.6.0/examples/protocols/static_ip/ |
D | README.md | 73 I (1093) wifi:mode : sta (4c:11:ae:ea:69:fc)
|
/hal_espressif-3.6.0/components/sdmmc/test/ |
D | test_sdio.c | 255 uint8_t fc[2]; in esp32_send_sip_command() member
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 452 ((hdr->fc & BLUFI_FC_CHECK) ? in esp_blufi_send_encap()
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 394 ((hdr->fc & BLUFI_FC_CHECK) ? in esp_blufi_send_encap()
|