Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/kconfig/
Dzconf.y194 menu_set_type($1->stype);
197 $1->stype);
217 if ($1->stype != S_UNKNOWN)
218 menu_set_type($1->stype);
221 $1->stype);
300 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
301 menu_set_type($1->stype);
304 $1->stype);
317 if ($1->stype == S_UNKNOWN) {
Dlkc.h68 enum symbol_type stype; member
Dgconf.c1042 int stype; in fill_row() local
1110 stype = sym_get_type(sym); in fill_row()
1111 switch (stype) { in fill_row()
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/
Dccmp.c21 u16 fc, stype, seq; in ccmp_aad_nonce() local
28 stype = WLAN_FC_GET_STYPE(fc); in ccmp_aad_nonce()
35 if (stype & 0x08) { in ccmp_aad_nonce()
/hal_espressif-2.7.6/components/wpa_supplicant/src/common/
Dieee802_11_defs.h308 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c550 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
641 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
Dl2c_utils.c742 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_req()
834 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_rsp()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h1447 UINT8 stype; member