Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_prop_exts_utils.c852 sizeof(beacon_struct->hs20vendor_ie.hs_id)); in lim_extract_ap_capability()
854 qdf_mem_copy(&session->hs20vendor_ie.hs_id, in lim_extract_ap_capability()
855 &beacon_struct->hs20vendor_ie.hs_id, in lim_extract_ap_capability()
856 sizeof(beacon_struct->hs20vendor_ie.hs_id)); in lim_extract_ap_capability()
Dlim_assoc_utils.c3369 sizeof(beacon_probe_rsp->hs20vendor_ie.hs_id)); in lim_check_and_announce_join_success()
3371 qdf_mem_copy(&session_entry->hs20vendor_ie.hs_id, in lim_check_and_announce_join_success()
3372 &beacon_probe_rsp->hs20vendor_ie.hs_id, in lim_check_and_announce_join_success()
3373 sizeof(beacon_probe_rsp->hs20vendor_ie.hs_id)); in lim_check_and_announce_join_success()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3208 sizeof(pr->hs20vendor_ie.hs_id));
3210 qdf_mem_copy(&pProbeResp->hs20vendor_ie.hs_id,
3211 &pr->hs20vendor_ie.hs_id,
3212 sizeof(pr->hs20vendor_ie.hs_id));
5149 sizeof(pBies->hs20vendor_ie.hs_id));
5151 qdf_mem_copy(&pBeaconStruct->hs20vendor_ie.hs_id,
5152 &pBies->hs20vendor_ie.hs_id,
5153 sizeof(pBies->hs20vendor_ie.hs_id));
5696 sizeof(pBeacon->hs20vendor_ie.hs_id));
5698 qdf_mem_copy(&pBeaconStruct->hs20vendor_ie.hs_id,
[all …]
Ddot11f.c10544 framesntohs(pCtx, &pDst->hs_id.pps_mo.pps_mo_id, pBuf, 0); in dot11f_unpack_ie_hs20vendor_ie()
10554 framesntohs(pCtx, &pDst->hs_id.anqp_domain.anqp_domain_id, pBuf, 0); in dot11f_unpack_ie_hs20vendor_ie()
31219 frameshtons(pCtx, pBuf, pSrc->hs_id.pps_mo.pps_mo_id, 0); in dot11f_pack_ie_hs20vendor_ie()
31224 frameshtons(pCtx, pBuf, pSrc->hs_id.anqp_domain.anqp_domain_id, 0); in dot11f_pack_ie_hs20vendor_ie()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms2177 OPTIONAL UNION hs_id (DISCRIMINATOR hs_id_present)
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h10127 } hs_id; member