Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h58 uint8_t fc; member
67 uint8_t fc; member
178 #define BLUFI_FC_IS_ENC(fc) ((fc) & BLUFI_FC_ENC_MASK) argument
179 #define BLUFI_FC_IS_CHECK(fc) ((fc) & BLUFI_FC_CHECK_MASK) argument
180 #define BLUFI_FC_IS_DIR_P2E(fc) ((fc) & BLUFI_FC_DIR_P2E_MASK) argument
181 #define BLUFI_FC_IS_DIR_E2P(fc) (!((fc) & BLUFI_DIR_P2E_MASK)) argument
182 #define BLUFI_FC_IS_REQ_ACK(fc) ((fc) & BLUFI_FC_REQ_ACK_MASK) argument
183 #define BLUFI_FC_IS_FRAG(fc) ((fc) & BLUFI_FC_FRAG_MASK) argument
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.c22 u16 fc, stype, seq; in ccmp_aad_nonce() local
85 u16 fc, type; in ccmp_aad_nonce_pv1() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c414 BOOLEAN fc = p_port->tx.peer_fc in port_flow_control_user() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c863 tBTA_JV_API_FREE_CHANNEL *fc = &(p_data->free_channel); in bta_jv_free_scn() local
2413 tBTA_JV_API_RFCOMM_FLOW_CONTROL *fc = &(p_data->rfcomm_fc); in bta_jv_rfcomm_flow_control() local
2690 struct fc_channel *fc = fcchan_get(chan, TRUE); in fcclient_alloc() local
2741 static void fcclient_free(struct fc_client *fc) in fcclient_free()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h83 BOOLEAN fc; /* TRUE when the device is unable to accept frames */ member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h27 #define WLAN_FC_GET_TYPE(fc) (((fc) & 0x000c) >> 2) argument
28 #define WLAN_FC_GET_STYPE(fc) (((fc) & 0x00f0) >> 4) argument