/wlan-driver/qcacld-3.0/components/tdls/core/src/ |
H A D | wlan_tdls_peer.c | 657 peer_param->peer_cap.is_peer_responder = peer->is_responder; in tdls_extract_peer_state_param() 658 peer_param->peer_cap.peer_uapsd_queue = peer->uapsd_queues; in tdls_extract_peer_state_param() 659 peer_param->peer_cap.peer_max_sp = peer->max_sp; in tdls_extract_peer_state_param() 660 peer_param->peer_cap.peer_buff_sta_support = peer->buf_sta_capable; in tdls_extract_peer_state_param() 661 peer_param->peer_cap.peer_off_chan_support = in tdls_extract_peer_state_param() 663 peer_param->peer_cap.peer_curr_operclass = 0; in tdls_extract_peer_state_param() 664 peer_param->peer_cap.self_curr_operclass = in tdls_extract_peer_state_param() 666 peer_param->peer_cap.pref_off_channum = wlan_reg_freq_to_chan(pdev, in tdls_extract_peer_state_param() 668 peer_param->peer_cap.pref_off_chan_bandwidth = in tdls_extract_peer_state_param() 670 peer_param->peer_cap.opclass_for_prefoffchan = in tdls_extract_peer_state_param() [all …]
|
H A D | wlan_tdls_ct.c | 1248 for (i = 0; i < peer_info->peer_cap.peer_chanlen; i++) { in tdls_update_peer_off_channel_list() 1249 peer_freq = peer_info->peer_cap.peer_chan[i].ch_freq; in tdls_update_peer_off_channel_list() 1255 peer_info->peer_cap.peer_chan[i]; in tdls_update_peer_off_channel_list()
|
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/ |
H A D | wlan_twt_ucfg_api.c | 90 uint8_t peer_cap) in ucfg_twt_set_peer_capabilities() argument 92 return wlan_twt_set_peer_capabilities(psoc, peer_mac, peer_cap); in ucfg_twt_set_peer_capabilities() 98 uint8_t *peer_cap) in ucfg_twt_get_peer_capabilities() argument 100 return wlan_twt_get_peer_capabilities(psoc, peer_mac, peer_cap); in ucfg_twt_get_peer_capabilities()
|
H A D | wlan_twt_api.c | 300 uint8_t peer_cap) in wlan_set_peer_twt_capabilities() argument 302 return wlan_twt_set_peer_capabilities(psoc, peer_mac, peer_cap); in wlan_set_peer_twt_capabilities()
|
/wlan-driver/qca-wifi-host-cmn/umac/twt/core/src/ |
H A D | wlan_twt_common.c | 299 uint8_t peer_cap) in wlan_twt_set_peer_capabilities() argument 321 peer_priv->peer_capability = peer_cap; in wlan_twt_set_peer_capabilities() 324 twt_debug("set peer cap: 0x%x", peer_cap); in wlan_twt_set_peer_capabilities() 332 uint8_t *peer_cap) in wlan_twt_get_peer_capabilities() argument 342 *peer_cap = 0; in wlan_twt_get_peer_capabilities() 350 *peer_cap = 0; in wlan_twt_get_peer_capabilities() 356 *peer_cap = peer_priv->peer_capability; in wlan_twt_get_peer_capabilities() 359 twt_debug("get peer cap: 0x%x", *peer_cap); in wlan_twt_get_peer_capabilities()
|
H A D | wlan_twt_common.h | 164 uint8_t peer_cap); 178 uint8_t *peer_cap);
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_sta_tlv.c | 806 wmi_tdls_peer_capabilities *peer_cap; in send_update_tdls_peer_state_cmd_tlv() local 814 in_peer_cap = &peer_state->peer_cap; in send_update_tdls_peer_state_cmd_tlv() 845 peer_cap = (wmi_tdls_peer_capabilities *) buf_ptr; in send_update_tdls_peer_state_cmd_tlv() 846 WMITLV_SET_HDR(&peer_cap->tlv_header, in send_update_tdls_peer_state_cmd_tlv() 851 WMI_SET_TDLS_PEER_VO_UAPSD(peer_cap); in send_update_tdls_peer_state_cmd_tlv() 853 WMI_SET_TDLS_PEER_VI_UAPSD(peer_cap); in send_update_tdls_peer_state_cmd_tlv() 855 WMI_SET_TDLS_PEER_BK_UAPSD(peer_cap); in send_update_tdls_peer_state_cmd_tlv() 857 WMI_SET_TDLS_PEER_BE_UAPSD(peer_cap); in send_update_tdls_peer_state_cmd_tlv() 862 WMI_SET_TDLS_PEER_SP_UAPSD(peer_cap, in_peer_cap->peer_max_sp); in send_update_tdls_peer_state_cmd_tlv() 864 peer_cap->buff_sta_support = in_peer_cap->peer_buff_sta_support; in send_update_tdls_peer_state_cmd_tlv() [all …]
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
H A D | wlan_mlme_twt_ucfg_api.c | 267 uint8_t peer_cap; in ucfg_mlme_get_twt_peer_bcast_capabilities() local 269 peer_cap = mlme_get_twt_peer_capabilities(psoc, peer_mac); in ucfg_mlme_get_twt_peer_bcast_capabilities() 271 if (peer_cap & WLAN_TWT_CAPA_BROADCAST) in ucfg_mlme_get_twt_peer_bcast_capabilities() 281 uint8_t peer_cap; in ucfg_mlme_get_twt_peer_responder_capabilities() local 283 peer_cap = mlme_get_twt_peer_capabilities(psoc, peer_mac); in ucfg_mlme_get_twt_peer_responder_capabilities() 285 if (peer_cap & WLAN_TWT_CAPA_RESPONDER) in ucfg_mlme_get_twt_peer_responder_capabilities()
|
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/ |
H A D | wlan_twt_ucfg_api.h | 279 uint8_t peer_cap); 293 uint8_t *peer_cap);
|
H A D | wlan_twt_api.h | 121 uint8_t peer_cap); 171 uint8_t peer_cap) in wlan_set_peer_twt_capabilities() argument
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_son.c | 2521 wlan_peer_cap *peer_cap) in hdd_son_get_peer_capability() argument 2545 qdf_mem_copy(peer_cap->bssid, vdev->vdev_mlme.macaddr, in hdd_son_get_peer_capability() 2547 peer_cap->is_BTM_Supported = !!(sta_info->ext_cap & in hdd_son_get_peer_capability() 2549 peer_cap->is_RRM_Supported = !!(sta_info->capability & in hdd_son_get_peer_capability() 2552 peer_cap->band_cap = sta_info->supported_band; in hdd_son_get_peer_capability() 2555 peer_cap->rrmcaps, in hdd_son_get_peer_capability() 2558 peer_cap->is_beacon_meas_supported = b_meas_supported; in hdd_son_get_peer_capability() 2561 peer_cap->htcap = sta_info->ht_caps.cap_info; in hdd_son_get_peer_capability() 2563 peer_cap->vhtcap = sta_info->vht_caps.vht_cap_info; in hdd_son_get_peer_capability() 2565 qdf_mem_zero(&peer_cap->hecap, sizeof(wlan_client_he_capabilities)); in hdd_son_get_peer_capability() [all …]
|
H A D | wlan_hdd_twt.c | 3535 uint8_t peer_cap = 0, self_cap = 0; in hdd_twt_pack_get_capabilities_resp() local 3591 peer_cap = ucfg_mlme_get_twt_peer_capabilities( in hdd_twt_pack_get_capabilities_resp() 3603 peer_cap)) { in hdd_twt_pack_get_capabilities_resp()
|
/wlan-driver/qcacld-3.0/components/umac/twt/core/src/ |
H A D | wlan_twt_main.c | 248 uint8_t peer_cap = 0; in wlan_twt_update_peer_twt_required_bit() local 265 status = wlan_twt_get_peer_capabilities(psoc, &peer_mac, &peer_cap); in wlan_twt_update_peer_twt_required_bit() 272 if ((peer_cap & WLAN_TWT_CAPA_REQUIRED) && in wlan_twt_update_peer_twt_required_bit() 275 peer_cap &= ~WLAN_TWT_CAPA_REQUIRED; in wlan_twt_update_peer_twt_required_bit() 276 } else if (!(peer_cap & WLAN_TWT_CAPA_REQUIRED) && in wlan_twt_update_peer_twt_required_bit() 279 peer_cap |= WLAN_TWT_CAPA_REQUIRED; in wlan_twt_update_peer_twt_required_bit() 282 status = wlan_twt_set_peer_capabilities(psoc, &peer_mac, peer_cap); in wlan_twt_update_peer_twt_required_bit() 283 twt_debug("Update Peer TWT capabilities: %d", peer_cap); in wlan_twt_update_peer_twt_required_bit()
|
/wlan-driver/qcacld-3.0/os_if/twt/src/ |
H A D | osif_twt_ext_req.c | 1015 uint8_t peer_cap; in osif_twt_setup_req() local 1045 &peer_cap); in osif_twt_setup_req() 1049 if (params.flag_bcast && !(peer_cap & WLAN_TWT_CAPA_BROADCAST)) { in osif_twt_setup_req() 1054 if (!params.flag_bcast && !(peer_cap & WLAN_TWT_CAPA_RESPONDER)) { in osif_twt_setup_req() 1646 uint8_t peer_cap = 0; in osif_twt_nudge_req() local 1650 &peer_cap); in osif_twt_nudge_req() 1652 (peer_cap & WLAN_TWT_CAPA_FLEXIBLE)) { in osif_twt_nudge_req()
|
H A D | osif_twt_ext_rsp.c | 722 uint8_t peer_cap = 0, self_cap = 0; in osif_twt_send_get_capabilities_response() local 761 qdf_status = ucfg_twt_get_peer_capabilities(psoc, &peer_mac, &peer_cap); in osif_twt_send_get_capabilities_response() 765 osif_debug("self_cap: 0x%x peer_cap: 0x%x", self_cap, peer_cap); in osif_twt_send_get_capabilities_response() 797 peer_cap)) { in osif_twt_send_get_capabilities_response()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_features.c | 4488 struct tdls_peer_params *peer_cap; in wma_update_tdls_peer_state() local 4528 peer_cap = &peer_state->peer_cap; in wma_update_tdls_peer_state() 4532 qdf_mem_zero(peer_cap, sizeof(*peer_cap)); in wma_update_tdls_peer_state() 4534 if (peer_cap->peer_chanlen) { in wma_update_tdls_peer_state() 4535 ch_mhz_len = sizeof(*ch_mhz) * peer_cap->peer_chanlen; in wma_update_tdls_peer_state() 4542 for (i = 0; i < peer_cap->peer_chanlen; ++i) in wma_update_tdls_peer_state() 4543 ch_mhz[i] = peer_cap->peer_chan[i].ch_freq; in wma_update_tdls_peer_state() 4548 !!peer_cap->peer_off_chan_support); in wma_update_tdls_peer_state()
|
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/ |
H A D | wlan_tdls_public_structs.h | 1045 struct tdls_peer_params peer_cap; member
|
/wlan-driver/qcacld-3.0/os_if/son/src/ |
H A D | os_if_son.c | 1053 wlan_peer_cap *peer_cap) in os_if_son_get_peer_capability() argument 1057 peer_cap); in os_if_son_get_peer_capability()
|