Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c30543 uint16_t tmp216__; in dot11f_pack_ie_fils_indication() local
30552 tmp216__ = 0U; in dot11f_pack_ie_fils_indication()
30553 tmp216__ |= (pSrc->public_key_identifiers_cnt << 0); in dot11f_pack_ie_fils_indication()
30554 tmp216__ |= (pSrc->realm_identifiers_cnt << 3); in dot11f_pack_ie_fils_indication()
30555 tmp216__ |= (pSrc->is_ip_config_supported << 6); in dot11f_pack_ie_fils_indication()
30556 tmp216__ |= (pSrc->is_cache_id_present << 7); in dot11f_pack_ie_fils_indication()
30557 tmp216__ |= (pSrc->is_hessid_present << 8); in dot11f_pack_ie_fils_indication()
30558 tmp216__ |= (pSrc->is_fils_sk_auth_supported << 9); in dot11f_pack_ie_fils_indication()
30559 tmp216__ |= (pSrc->is_fils_sk_auth_pfs_supported << 10); in dot11f_pack_ie_fils_indication()
30560 tmp216__ |= (pSrc->is_pk_auth_supported << 11); in dot11f_pack_ie_fils_indication()
[all …]