Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_frames_host_roam.c94 uint8_t *p_ext_cap = NULL; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() local
128 struct s_ext_cap *p_ext_cap = (struct s_ext_cap *) in lim_send_reassoc_req_with_ft_ies_mgmt_frame() local
131 if (p_ext_cap->interworking_service) in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
132 p_ext_cap->qos_map = 1; in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
375 p_ext_cap = (uint8_t *)wlan_get_ie_ptr_from_eid( in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
378 lim_update_extcap_struct(mac_ctx, p_ext_cap, in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
633 uint8_t *p_ext_cap = NULL; in lim_send_reassoc_req_mgmt_frame() local
660 struct s_ext_cap *p_ext_cap = (struct s_ext_cap *) in lim_send_reassoc_req_mgmt_frame() local
663 if (p_ext_cap->interworking_service) in lim_send_reassoc_req_mgmt_frame()
664 p_ext_cap->qos_map = 1; in lim_send_reassoc_req_mgmt_frame()
[all …]
Dlim_process_tdls.c428 struct s_ext_cap *p_ext_cap = (struct s_ext_cap *)extCapability->bytes; in populate_dot11f_tdls_ext_capability() local
430 p_ext_cap->tdls_peer_psm_supp = PEER_PSM_SUPPORT; in populate_dot11f_tdls_ext_capability()
431 p_ext_cap->tdls_peer_uapsd_buffer_sta = mac->lim.gLimTDLSBufStaEnabled; in populate_dot11f_tdls_ext_capability()
440 p_ext_cap->tdls_channel_switching = 1; in populate_dot11f_tdls_ext_capability()
441 p_ext_cap->tdls_chan_swit_prohibited = 0; in populate_dot11f_tdls_ext_capability()
443 p_ext_cap->tdls_channel_switching = 0; in populate_dot11f_tdls_ext_capability()
444 p_ext_cap->tdls_chan_swit_prohibited = TDLS_CH_SWITCH_PROHIBITED; in populate_dot11f_tdls_ext_capability()
446 p_ext_cap->tdls_support = TDLS_SUPPORT; in populate_dot11f_tdls_ext_capability()
447 p_ext_cap->tdls_prohibited = TDLS_PROHIBITED; in populate_dot11f_tdls_ext_capability()
454 p_ext_cap->tdls_wider_bw = 1; in populate_dot11f_tdls_ext_capability()
[all …]
Dlim_send_management_frames.c359 struct s_ext_cap *p_ext_cap = in lim_send_probe_req_mgmt_frame() local
362 if (p_ext_cap->interworking_service) in lim_send_probe_req_mgmt_frame()
363 p_ext_cap->qos_map = 1; in lim_send_probe_req_mgmt_frame()
2390 uint8_t *p_ext_cap = NULL; in lim_send_assoc_req_mgmt_frame() local
2455 struct s_ext_cap *p_ext_cap = (struct s_ext_cap *) in lim_send_assoc_req_mgmt_frame() local
2458 if (p_ext_cap->interworking_service) in lim_send_assoc_req_mgmt_frame()
2459 p_ext_cap->qos_map = 1; in lim_send_assoc_req_mgmt_frame()
2727 p_ext_cap = (uint8_t *)wlan_get_ie_ptr_from_eid( in lim_send_assoc_req_mgmt_frame()
2730 lim_update_extcap_struct(mac_ctx, p_ext_cap, in lim_send_assoc_req_mgmt_frame()
Dlim_process_sme_req_messages.c10532 struct s_ext_cap *p_ext_cap; in lim_process_set_ie_req() local
10560 p_ext_cap = (struct s_ext_cap *)extra_ext_cap.bytes; in lim_process_set_ie_req()
10561 if (p_ext_cap->interworking_service) in lim_process_set_ie_req()
10562 p_ext_cap->qos_map = 1; in lim_process_set_ie_req()
Dlim_utils.c6102 struct s_ext_cap *p_ext_cap; in lim_update_ext_cap_he_params() local
6117 p_ext_cap = (struct s_ext_cap *)ext_cap_data->bytes; in lim_update_ext_cap_he_params()
6118 p_ext_cap->twt_requestor_support = he_cap->twt_request; in lim_update_ext_cap_he_params()
6119 p_ext_cap->twt_responder_support = he_cap->twt_responder; in lim_update_ext_cap_he_params()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cm_connect.c1309 struct s_ext_cap *p_ext_cap = NULL; in hdd_cm_save_connect_info() local
1392 p_ext_cap = (struct s_ext_cap *)bcn_ie->ExtCap.bytes; in hdd_cm_save_connect_info()
1394 p_ext_cap->proxy_arp_service; in hdd_cm_save_connect_info()
1406 if (p_ext_cap) in hdd_cm_save_connect_info()
1408 p_ext_cap->proxy_arp_service); in hdd_cm_save_connect_info()
Dwlan_hdd_main.c18547 struct s_ext_cap *p_ext_cap; in wlan_hdd_set_sap_beacon_protection() local
18571 p_ext_cap = qdf_mem_malloc(sizeof(*p_ext_cap)); in wlan_hdd_set_sap_beacon_protection()
18572 if (!p_ext_cap) in wlan_hdd_set_sap_beacon_protection()
18575 ie_len = (ie[1] > sizeof(*p_ext_cap)) ? sizeof(*p_ext_cap) : ie[1]; in wlan_hdd_set_sap_beacon_protection()
18577 qdf_mem_copy(p_ext_cap, &ie[2], ie_len); in wlan_hdd_set_sap_beacon_protection()
18588 p_ext_cap->beacon_protection_enable); in wlan_hdd_set_sap_beacon_protection()
18592 if (target_bigtk_support && p_ext_cap->beacon_protection_enable) in wlan_hdd_set_sap_beacon_protection()
18598 qdf_mem_free(p_ext_cap); in wlan_hdd_set_sap_beacon_protection()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c1585 struct s_ext_cap *p_ext_cap;
1602 p_ext_cap = (struct s_ext_cap *)pDot11f->bytes;
1604 p_ext_cap->oper_mode_notification = 1;
1609 p_ext_cap->fine_time_meas_initiator =
1611 p_ext_cap->fine_time_meas_responder =
1614 p_ext_cap->fine_time_meas_initiator =
1616 p_ext_cap->fine_time_meas_responder =
1622 p_ext_cap->bss_coexist_mgmt_support = 1;
1624 p_ext_cap->ext_chan_switch = 1;
1627 p_ext_cap->fils_capability = 1;
[all …]