Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.c22 u16 fc, stype, seq; in ccmp_aad_nonce() local
29 stype = WLAN_FC_GET_STYPE(fc); in ccmp_aad_nonce()
36 if (stype & 0x08) { in ccmp_aad_nonce()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h325 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c578 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
669 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
Dl2c_utils.c739 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_req()
831 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h1466 UINT8 stype; member