Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c9884 uint16_t tmp96__; in dot11f_unpack_ie_fils_indication() local
9894 framesntohs(pCtx, &tmp96__, pBuf, 0); in dot11f_unpack_ie_fils_indication()
9897 pDst->public_key_identifiers_cnt = tmp96__ >> 0 & 0x7; in dot11f_unpack_ie_fils_indication()
9898 pDst->realm_identifiers_cnt = tmp96__ >> 3 & 0x7; in dot11f_unpack_ie_fils_indication()
9899 pDst->is_ip_config_supported = tmp96__ >> 6 & 0x1; in dot11f_unpack_ie_fils_indication()
9900 pDst->is_cache_id_present = tmp96__ >> 7 & 0x1; in dot11f_unpack_ie_fils_indication()
9901 pDst->is_hessid_present = tmp96__ >> 8 & 0x1; in dot11f_unpack_ie_fils_indication()
9902 pDst->is_fils_sk_auth_supported = tmp96__ >> 9 & 0x1; in dot11f_unpack_ie_fils_indication()
9903 pDst->is_fils_sk_auth_pfs_supported = tmp96__ >> 10 & 0x1; in dot11f_unpack_ie_fils_indication()
9904 pDst->is_pk_auth_supported = tmp96__ >> 11 & 0x1; in dot11f_unpack_ie_fils_indication()
[all …]