Home
last modified time | relevance | path

Searched refs:iface (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_dev_if.c409 struct wma_txrx_node *iface = NULL; in wma_vdev_detach_callback() local
423 iface = &wma->interfaces[rsp->vdev_id]; in wma_vdev_detach_callback()
426 iface->del_staself_req = NULL; in wma_vdev_detach_callback()
428 if (iface->roam_scan_stats_req) { in wma_vdev_detach_callback()
430 iface->roam_scan_stats_req; in wma_vdev_detach_callback()
432 iface->roam_scan_stats_req = NULL; in wma_vdev_detach_callback()
436 wma_vdev_deinit(iface); in wma_vdev_detach_callback()
437 qdf_mem_zero(iface, sizeof(*iface)); in wma_vdev_detach_callback()
438 wma_vdev_init(iface); in wma_vdev_detach_callback()
449 struct wma_txrx_node *iface = &wma_handle->interfaces[vdev_id]; in wma_cdp_vdev_detach() local
[all …]
Dwma_power.c105 struct wma_txrx_node *iface; in wma_unified_set_sta_ps_param() local
117 iface = &wma->interfaces[vdev_id]; in wma_unified_set_sta_ps_param()
261 struct wma_txrx_node *iface; in wma_set_tx_power() local
287 iface = &wma_handle->interfaces[vdev_id]; in wma_set_tx_power()
292 mlme_set_tx_power(iface->vdev, tx_pwr_params->power); in wma_set_tx_power()
297 max_reg_power = mlme_get_max_reg_power(iface->vdev); in wma_set_tx_power()
305 if (mlme_get_tx_power(iface->vdev) != tx_pwr_params->power) { in wma_set_tx_power()
313 mlme_set_tx_power(iface->vdev, tx_pwr_params->power); in wma_set_tx_power()
338 struct wma_txrx_node *iface; in wma_set_max_tx_power() local
366 iface = &wma_handle->interfaces[vdev_id]; in wma_set_max_tx_power()
[all …]
Dwma_data.c746 struct wma_txrx_node *iface = &wma->interfaces[vdev_id]; in wma_cp_stats_set_rate_flag() local
757 status = wma_get_vdev_rate_flag(iface->vdev, &rate_flag); in wma_cp_stats_set_rate_flag()
856 struct wma_txrx_node *iface = &wma->interfaces[vdev_id]; in wma_set_bss_rate_flags() local
861 vdev_mlme = wlan_vdev_mlme_get_cmpt_obj(iface->vdev); in wma_set_bss_rate_flags()
2322 struct wma_txrx_node *iface; in wma_tx_packet() local
2348 iface = &wma_handle->interfaces[vdev_id]; in wma_tx_packet()
2379 if (((iface->rmfEnabled || tx_flag & HAL_USE_PMF)) && in wma_tx_packet()
2394 if (iface->type == WMI_VDEV_TYPE_NDI && in wma_tx_packet()
2451 mgmtcipherset = wlan_crypto_get_param(iface->vdev, in wma_tx_packet()
2489 if (!wlan_crypto_add_mmie(iface->vdev, pFrame, in wma_tx_packet()
[all …]
Dwma_nan_datapath.c44 struct wma_txrx_node *iface; in wma_add_sta_ndi_mode() local
46 iface = &wma->interfaces[add_sta->smesessionId]; in wma_add_sta_ndi_mode()
96 add_sta->nss = iface->nss; in wma_add_sta_ndi_mode()
Dwma_utils.c3815 struct wma_txrx_node *iface; in wma_get_rmf_status() local
3817 iface = wma_get_interface_by_vdev_id(vdev_id); in wma_get_rmf_status()
3818 if (!iface) { in wma_get_rmf_status()
3823 return iface->rmfEnabled; in wma_get_rmf_status()
4076 struct wma_txrx_node *iface = &wma->interfaces[vdev_id]; in wma_send_vdev_stop_to_fw() local
4084 vdev_mlme = wlan_vdev_mlme_get_cmpt_obj(iface->vdev); in wma_send_vdev_stop_to_fw()
4096 qdf_mem_copy(mlme_get_dynamic_vdev_config(iface->vdev), in wma_send_vdev_stop_to_fw()
4097 mlme_get_ini_vdev_config(iface->vdev), in wma_send_vdev_stop_to_fw()
4116 struct wma_txrx_node *iface; in wma_get_rcpi_req() local
4120 iface = &wma_handle->interfaces[rcpi_request->session_id]; in wma_get_rcpi_req()
[all …]
Dwma_mgmt.c2485 struct wma_txrx_node *iface; in wma_set_ap_vdev_up() local
2487 iface = &wma->interfaces[vdev_id]; in wma_set_ap_vdev_up()
2488 vdev = iface->vdev; in wma_set_ap_vdev_up()
3256 int wma_process_bip(tp_wma_handle wma_handle, struct wma_txrx_node *iface, in wma_process_bip() argument
3266 mgmtcipherset = wlan_crypto_get_param(iface->vdev, in wma_process_bip()
3297 if (!wlan_crypto_is_mmie_valid(iface->vdev, in wma_process_bip()
3308 if (!wlan_crypto_is_mmie_valid(iface->vdev, in wma_process_bip()
3337 struct wma_txrx_node *iface, in wma_process_rmf_frame() argument
3355 if (iface->type == WMI_VDEV_TYPE_NDI || in wma_process_rmf_frame()
3356 iface->type == WMI_VDEV_TYPE_NAN) { in wma_process_rmf_frame()
[all …]
Dwma_features.c302 struct wma_txrx_node *iface = in wma_process_link_status_req() local
305 if (iface->plink_status_req) { in wma_process_link_status_req()
311 iface->plink_status_req = pGetLinkStatus; in wma_process_link_status_req()
315 iface->plink_status_req = NULL; in wma_process_link_status_req()
934 struct wma_txrx_node *iface; in wma_add_beacon_filter() local
955 iface = &wma->interfaces[filter_params->vdev_id]; in wma_add_beacon_filter()
956 qdf_mem_copy(&iface->beacon_filter, filter_params, in wma_add_beacon_filter()
958 iface->beacon_filter_enabled = true; in wma_add_beacon_filter()
1166 struct wma_txrx_node *iface; in wma_check_and_set_wake_timer() local
1180 iface = &wma->interfaces[i]; in wma_check_and_set_wake_timer()
[all …]
Dwma_scan_roam.c813 struct wma_txrx_node *iface) in wma_update_phymode_on_roam() argument
824 vdev_mlme = wlan_vdev_mlme_get_cmpt_obj(iface->vdev); in wma_update_phymode_on_roam()
830 channel = wlan_reg_freq_to_chan(pdev, iface->ch_freq); in wma_update_phymode_on_roam()
835 wma_get_phy_mode_cb(iface->ch_freq, in wma_update_phymode_on_roam()
836 iface->chan_width, &bss_phymode); in wma_update_phymode_on_roam()
839 des_chan = wlan_vdev_mlme_get_des_chan(iface->vdev); in wma_update_phymode_on_roam()
840 bss_chan = wlan_vdev_mlme_get_bss_chan(iface->vdev); in wma_update_phymode_on_roam()
842 des_chan->ch_width = iface->chan_width; in wma_update_phymode_on_roam()
Dwma_main.c1153 struct wma_txrx_node *iface = in wma_set_dtim_period() local
1160 iface->dtimPeriod = dtim_params->dtim_period; in wma_set_dtim_period()
2217 struct wma_txrx_node *iface; in wma_state_info_dump() local
2230 iface = &wma->interfaces[vdev_id]; in wma_state_info_dump()
2231 vdev = iface->vdev; in wma_state_info_dump()
2235 status = wma_get_vdev_rate_flag(iface->vdev, &rate_flag); in wma_state_info_dump()
2292 iface->dtimPeriod, in wma_state_info_dump()
2293 iface->chan_width, in wma_state_info_dump()
2294 iface->vdev_active, in wma_state_info_dump()
2296 iface->aid, in wma_state_info_dump()
[all …]
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma.h1947 struct wma_txrx_node *iface; in wma_vdev_update_pause_bitmap() local
1957 iface = &wma->interfaces[vdev_id]; in wma_vdev_update_pause_bitmap()
1959 if (!iface) { in wma_vdev_update_pause_bitmap()
1964 iface->pause_bitmap = value; in wma_vdev_update_pause_bitmap()
1977 struct wma_txrx_node *iface; in wma_vdev_get_pause_bitmap() local
1982 iface = &wma->interfaces[vdev_id]; in wma_vdev_get_pause_bitmap()
1984 if (!iface) { in wma_vdev_get_pause_bitmap()
1989 return iface->pause_bitmap; in wma_vdev_get_pause_bitmap()
2001 struct wma_txrx_node *iface; in wma_vdev_is_device_in_low_pwr_mode() local
2006 iface = &wma->interfaces[vdev_id]; in wma_vdev_is_device_in_low_pwr_mode()
[all …]
Dwma_api.h576 bool wma_get_hidden_ssid_restart_in_progress(struct wma_txrx_node *iface);
584 bool wma_get_channel_switch_in_progress(struct wma_txrx_node *iface);
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_core.c1479 struct wlan_ipa_iface_context *iface) in wlan_ipa_check_peer_auth() argument
1488 iface->session_id, in wlan_ipa_check_peer_auth()
1497 struct wlan_ipa_iface_context *iface) in wlan_ipa_check_peer_auth() argument
1501 is_authenticated = wlan_ipa_get_peer_state(dp_soc, iface->session_id, in wlan_ipa_check_peer_auth()
1511 struct wlan_ipa_iface_context *iface) in wlan_ipa_get_peer_auth_state() argument
1521 iface->session_id, in wlan_ipa_get_peer_auth_state()
1525 iface->session_id, in wlan_ipa_get_peer_auth_state()
1534 struct wlan_ipa_iface_context *iface) in wlan_ipa_get_peer_auth_state() argument
1537 return wlan_ipa_check_peer_auth(dp_soc, peer_mac, iface); in wlan_ipa_get_peer_auth_state()
1543 struct wlan_ipa_iface_context *iface, in wlan_ipa_is_peer_authenticated() argument
[all …]
Dwlan_ipa_stats.c411 wlan_ipa_dump_iface_context_alt_pipe(struct wlan_ipa_iface_context *iface) in wlan_ipa_dump_iface_context_alt_pipe() argument
413 ipa_info("\talt_pipe: %d\n", iface->alt_pipe); in wlan_ipa_dump_iface_context_alt_pipe()
417 wlan_ipa_dump_iface_context_alt_pipe(struct wlan_ipa_iface_context *iface) in wlan_ipa_dump_iface_context_alt_pipe() argument