/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_prop_exts_utils.c | 845 if (beacon_struct->hs20vendor_ie.present) { in lim_extract_ap_capability() 847 beacon_struct->hs20vendor_ie.release_num, in lim_extract_ap_capability() 848 beacon_struct->hs20vendor_ie.hs_id_present); in lim_extract_ap_capability() 849 qdf_mem_copy(&session->hs20vendor_ie, in lim_extract_ap_capability() 850 &beacon_struct->hs20vendor_ie, in lim_extract_ap_capability() 852 sizeof(beacon_struct->hs20vendor_ie.hs_id)); in lim_extract_ap_capability() 853 if (beacon_struct->hs20vendor_ie.hs_id_present) 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()
|
D | lim_assoc_utils.c | 3362 if (beacon_probe_rsp->hs20vendor_ie.present) { in lim_check_and_announce_join_success() 3364 beacon_probe_rsp->hs20vendor_ie.release_num, in lim_check_and_announce_join_success() 3365 beacon_probe_rsp->hs20vendor_ie.hs_id_present); in lim_check_and_announce_join_success() 3366 qdf_mem_copy(&session_entry->hs20vendor_ie, in lim_check_and_announce_join_success() 3367 &beacon_probe_rsp->hs20vendor_ie, in lim_check_and_announce_join_success() 3369 sizeof(beacon_probe_rsp->hs20vendor_ie.hs_id)); in lim_check_and_announce_join_success() 3370 if (beacon_probe_rsp->hs20vendor_ie.hs_id_present) 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()
|
D | lim_process_assoc_rsp_frame.c | 1738 if (beacon->hs20vendor_ie.present) in lim_process_assoc_rsp_frame() 1739 sta_ds->parsed_ies.hs20vendor_ie = beacon->hs20vendor_ie; in lim_process_assoc_rsp_frame()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dph_global.h | 83 tDot11fIEhs20vendor_ie hs20vendor_ie; member
|
D | parser_api.h | 289 tDot11fIEhs20vendor_ie hs20vendor_ie; member 393 tDot11fIEhs20vendor_ie hs20vendor_ie; member
|
D | dot11f.h | 11010 tDot11fIEhs20vendor_ie hs20vendor_ie; member 11220 tDot11fIEhs20vendor_ie hs20vendor_ie; member 11331 tDot11fIEhs20vendor_ie hs20vendor_ie; member 11424 tDot11fIEhs20vendor_ie hs20vendor_ie; member 11858 tDot11fIEhs20vendor_ie hs20vendor_ie; member 12012 tDot11fIEhs20vendor_ie hs20vendor_ie; member
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_assoc.h | 185 tDot11fIEhs20vendor_ie hs20vendor_ie; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 3201 if (pr->hs20vendor_ie.present) { 3203 pr->hs20vendor_ie.release_num, 3204 pr->hs20vendor_ie.hs_id_present); 3205 qdf_mem_copy(&pProbeResp->hs20vendor_ie, 3206 &pr->hs20vendor_ie, 3208 sizeof(pr->hs20vendor_ie.hs_id)); 3209 if (pr->hs20vendor_ie.hs_id_present) 3210 qdf_mem_copy(&pProbeResp->hs20vendor_ie.hs_id, 3211 &pr->hs20vendor_ie.hs_id, 3212 sizeof(pr->hs20vendor_ie.hs_id)); [all …]
|
D | dot11f.c | 11800 { offsetof(tDot11fAssocRequest, hs20vendor_ie), 12324 { offsetof(tDot11fBeacon, hs20vendor_ie), 12581 { offsetof(tDot11fBeacon2, hs20vendor_ie), 12837 { offsetof(tDot11fBeaconIEs, hs20vendor_ie), 13522 { offsetof(tDot11fProbeResponse, hs20vendor_ie), 13806 { offsetof(tDot11fReAssocRequest, hs20vendor_ie),
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_station_info.c | 872 hdd_sta_ctx->cache_conn_info.hs20vendor_ie) - 1); in hdd_calculate_station_info_ie_size() 966 (uint8_t *)&hdd_sta_ctx->cache_conn_info.hs20vendor_ie; in hdd_populate_station_info_skb() 968 (sizeof(hdd_sta_ctx->cache_conn_info.hs20vendor_ie) in hdd_populate_station_info_skb() 978 sizeof(hdd_sta_ctx->cache_conn_info.hs20vendor_ie) - 1); in hdd_populate_station_info_skb()
|
D | wlan_hdd_cm_connect.c | 1106 qdf_mem_zero(&hdd_sta_ctx->conn_info.hs20vendor_ie, in hdd_cm_save_bss_info() 1107 sizeof(hdd_sta_ctx->conn_info.hs20vendor_ie)); in hdd_cm_save_bss_info() 1112 &hdd_sta_ctx->conn_info.hs20vendor_ie); in hdd_cm_save_bss_info()
|
D | wlan_hdd_cm_disconnect.c | 123 conn_info->hs20vendor_ie.release_num : 0); in hdd_cm_print_bss_info()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
D | lim_session.h | 930 tDot11fIEhs20vendor_ie hs20vendor_ie; member
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 2168 IE hs20vendor_ie (EID_VENDOR_SPECIFIC) OUI (0x50, 0x6F, 0x9A, 0x10) 4111 OPTIE hs20vendor_ie; 4216 OPTIE hs20vendor_ie; 4297 OPTIE hs20vendor_ie; 4355 OPTIE hs20vendor_ie; 4462 OPTIE hs20vendor_ie; 4604 OPTIE hs20vendor_ie;
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | sme_api.h | 2932 tDot11fIEhs20vendor_ie *hs20vendor_ie);
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 14471 struct sDot11fIEhs20vendor_ie *hs20vendor_ie) in sme_get_hs20vendor_ie() argument 14482 qdf_mem_copy(hs20vendor_ie, &beacon_probe_resp->hs20vendor_ie, in sme_get_hs20vendor_ie()
|