Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_prop_exts_utils.c848 beacon_struct->hs20vendor_ie.hs_id_present); in lim_extract_ap_capability()
853 if (beacon_struct->hs20vendor_ie.hs_id_present) in lim_extract_ap_capability()
Dlim_assoc_utils.c3365 beacon_probe_rsp->hs20vendor_ie.hs_id_present); in lim_check_and_announce_join_success()
3370 if (beacon_probe_rsp->hs20vendor_ie.hs_id_present) in lim_check_and_announce_join_success()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms2173 hs_id_present: 2;
2177 OPTIONAL UNION hs_id (DISCRIMINATOR hs_id_present)
2179 pps_mo (hs_id_present IS 1)
2183 anqp_domain (hs_id_present IS 2)
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3204 pr->hs20vendor_ie.hs_id_present);
3209 if (pr->hs20vendor_ie.hs_id_present)
5145 pBies->hs20vendor_ie.hs_id_present);
5150 if (pBies->hs20vendor_ie.hs_id_present)
5697 if (pBeacon->hs20vendor_ie.hs_id_present)
Ddot11f.c10531 pDst->hs_id_present = tmp107__ >> 1 & 0x3; in dot11f_unpack_ie_hs20vendor_ie()
10537 switch (pDst->hs_id_present) { in dot11f_unpack_ie_hs20vendor_ie()
18908 if (pIe->hs_id_present) { in dot11f_get_packed_ie_hs20vendor_ie()
18909 switch (pIe->hs_id_present) { in dot11f_get_packed_ie_hs20vendor_ie()
31206 tmp227__ |= (pSrc->hs_id_present << 1); in dot11f_pack_ie_hs20vendor_ie()
31216 if (pSrc->hs_id_present) { in dot11f_pack_ie_hs20vendor_ie()
31217 switch (pSrc->hs_id_present) { in dot11f_pack_ie_hs20vendor_ie()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h10117 uint8_t hs_id_present:2; member