Home
last modified time | relevance | path

Searched refs:phymode (Results 1 – 25 of 50) sorted by relevance

12

/wlan-driver/fw-api/fw/
Dwlan_defs.h285 #define IS_MODE_LEGACY(phymode) ((phymode == MODE_11A) || \ argument
286 (phymode == MODE_11G) || \
287 (phymode == MODE_11B) || \
288 (phymode == MODE_11GONLY))
290 #define IS_MODE_11N(phymode) ((phymode >= MODE_11NA_HT20) && \ argument
291 (phymode <= MODE_11NG_HT40))
293 #define IS_MODE_11AC(phymode) ((phymode >= MODE_11AC_VHT20) && \ argument
294 (phymode <= MODE_11AC_VHT160))
295 #define IS_MODE_11AC_5G(phymode) ((phymode == MODE_11AC_VHT20) || \ argument
296 (phymode == MODE_11AC_VHT40) || \
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_utils_api.c249 enum wlan_phymode phymode, in util_scan_get_phymode_11be() argument
257 return phymode; in util_scan_get_phymode_11be()
266 phymode = WLAN_PHYMODE_11BEA_EHT20; in util_scan_get_phymode_11be()
269 phymode = WLAN_PHYMODE_11BEA_EHT40; in util_scan_get_phymode_11be()
272 phymode = WLAN_PHYMODE_11BEA_EHT80; in util_scan_get_phymode_11be()
275 phymode = WLAN_PHYMODE_11BEA_EHT160; in util_scan_get_phymode_11be()
278 phymode = WLAN_PHYMODE_11BEA_EHT320; in util_scan_get_phymode_11be()
282 phymode = WLAN_PHYMODE_11BEA_EHT20; in util_scan_get_phymode_11be()
286 switch (phymode) { in util_scan_get_phymode_11be()
288 phymode = WLAN_PHYMODE_11BEA_EHT20; in util_scan_get_phymode_11be()
[all …]
Dwlan_scan_ucfg_api.c1051 uint32_t num_chans, uint32_t *chan_list, uint32_t *phymode) in ucfg_scan_init_chanlist_params() argument
1149 if (phymode) in ucfg_scan_init_chanlist_params()
1150 req->scan_req.chan_list.chan[idx].phymode = in ucfg_scan_init_chanlist_params()
1151 phymode[idx]; in ucfg_scan_init_chanlist_params()
1154 req->scan_req.chan_list.chan[idx].phymode = in ucfg_scan_init_chanlist_params()
1158 req->scan_req.chan_list.chan[idx].phymode = in ucfg_scan_init_chanlist_params()
1161 req->scan_req.chan_list.chan[idx].phymode = in ucfg_scan_init_chanlist_params()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c983 wma_fw_to_host_phymode_11ax(WMI_HOST_WLAN_PHY_MODE phymode) in wma_fw_to_host_phymode_11ax() argument
985 switch (phymode) { in wma_fw_to_host_phymode_11ax()
1009 wma_fw_to_host_phymode_11ax(WMI_HOST_WLAN_PHY_MODE phymode) in wma_fw_to_host_phymode_11ax() argument
1024 wma_fw_to_host_phymode_11be(WMI_HOST_WLAN_PHY_MODE phymode) in wma_fw_to_host_phymode_11be() argument
1026 switch (phymode) { in wma_fw_to_host_phymode_11be()
1047 static inline bool wma_is_phymode_eht(enum wlan_phymode phymode) in wma_is_phymode_eht() argument
1049 return IS_WLAN_PHYMODE_EHT(phymode); in wma_is_phymode_eht()
1053 wma_fw_to_host_phymode_11be(WMI_HOST_WLAN_PHY_MODE phymode) in wma_fw_to_host_phymode_11be() argument
1058 static inline bool wma_is_phymode_eht(enum wlan_phymode phymode) in wma_is_phymode_eht() argument
1074 wma_fw_to_host_phymode_160(WMI_HOST_WLAN_PHY_MODE phymode) in wma_fw_to_host_phymode_160() argument
[all …]
Dwma_features.c698 enum wlan_phymode phymode = WLAN_PHYMODE_AUTO; in wma_chan_phy_mode() local
721 phymode = WLAN_PHYMODE_11G; in wma_chan_phy_mode()
726 phymode = WLAN_PHYMODE_11B; in wma_chan_phy_mode()
730 phymode = WLAN_PHYMODE_11G; in wma_chan_phy_mode()
734 phymode = WLAN_PHYMODE_11G_ONLY; in wma_chan_phy_mode()
739 phymode = WLAN_PHYMODE_11NG_HT20; in wma_chan_phy_mode()
741 phymode = WLAN_PHYMODE_11NG_HT40; in wma_chan_phy_mode()
747 phymode = WLAN_PHYMODE_11AC_VHT20_2G; in wma_chan_phy_mode()
749 phymode = WLAN_PHYMODE_11AC_VHT40_2G; in wma_chan_phy_mode()
754 phymode = WLAN_PHYMODE_11AXG_HE20; in wma_chan_phy_mode()
[all …]
Dwma_utils.c3447 enum wlan_phymode phymode = WLAN_PHYMODE_AUTO; in wma_peer_phymode() local
3454 phymode = WLAN_PHYMODE_11AXG_HE20; in wma_peer_phymode()
3456 phymode = WLAN_PHYMODE_11AC_VHT20_2G; in wma_peer_phymode()
3458 phymode = WLAN_PHYMODE_11NG_HT20; in wma_peer_phymode()
3460 phymode = WLAN_PHYMODE_11B; in wma_peer_phymode()
3464 phymode = WLAN_PHYMODE_11B; in wma_peer_phymode()
3471 phymode = WLAN_PHYMODE_11G; in wma_peer_phymode()
3478 phymode = (is_eht) ? WLAN_PHYMODE_11BEG_EHT40 : in wma_peer_phymode()
3483 phymode = (is_eht) ? WLAN_PHYMODE_11BEG_EHT20 : in wma_peer_phymode()
3489 phymode = (is_he) ? WLAN_PHYMODE_11AXG_HE40 : (is_vht) ? in wma_peer_phymode()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_main.h490 enum qca_wlan_802_11_mode phymode) in dp_add_latency_critical_client() argument
507 switch (phymode) { in dp_add_latency_critical_client()
536 enum qca_wlan_802_11_mode phymode) in dp_del_latency_critical_client() argument
553 switch (phymode) { in dp_del_latency_critical_client()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_ft.c362 static uint8_t lim_convert_phymode_to_dot11mode(enum wlan_phymode phymode) in lim_convert_phymode_to_dot11mode() argument
365 if (IS_WLAN_PHYMODE_HE(phymode)) in lim_convert_phymode_to_dot11mode()
368 if (IS_WLAN_PHYMODE_VHT(phymode)) in lim_convert_phymode_to_dot11mode()
371 if (IS_WLAN_PHYMODE_HT(phymode)) in lim_convert_phymode_to_dot11mode()
375 if (IS_WLAN_PHYMODE_EHT(phymode)) in lim_convert_phymode_to_dot11mode()
379 if (phymode == WLAN_PHYMODE_11G) in lim_convert_phymode_to_dot11mode()
382 if (phymode == WLAN_PHYMODE_11G_ONLY) in lim_convert_phymode_to_dot11mode()
385 if (phymode == WLAN_PHYMODE_11A) in lim_convert_phymode_to_dot11mode()
388 if (phymode == WLAN_PHYMODE_11B) in lim_convert_phymode_to_dot11mode()
Dlim_send_frames_host_roam.c283 uint32_t phymode; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() local
293 lim_get_phy_mode(mac_ctx, &phymode, pe_session); in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
294 if (phymode == WNI_CFG_PHY_MODE_11G || in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
295 phymode == WNI_CFG_PHY_MODE_11A) in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
Dwlan_objmgr_peer_obj.h147 enum wlan_phymode phymode; member
867 enum wlan_phymode phymode) in wlan_peer_set_phymode() argument
869 peer->peer_mlme.phymode = phymode; in wlan_peer_set_phymode()
883 return peer->peer_mlme.phymode; in wlan_peer_get_phymode()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_son.c389 eCsrPhyMode *phymode) in hdd_son_bandwidth_to_phymode() argument
391 *phymode = old_phymode; in hdd_son_bandwidth_to_phymode()
396 *phymode = eCSR_DOT11_MODE_11n; in hdd_son_bandwidth_to_phymode()
403 *phymode = eCSR_DOT11_MODE_11ac; in hdd_son_bandwidth_to_phymode()
410 *phymode = eCSR_DOT11_MODE_11ax; in hdd_son_bandwidth_to_phymode()
454 eCsrPhyMode phymode; in hdd_son_set_bandwidth() local
479 hdd_son_bandwidth_to_phymode(son_bandwidth, old_phymode, &phymode); in hdd_son_set_bandwidth()
488 return hdd_update_phymode(link_info->adapter, phymode, in hdd_son_set_bandwidth()
501 eCsrPhyMode phymode, in hdd_phymode_chwidth_to_son_bandwidth() argument
506 switch (phymode) { in hdd_phymode_chwidth_to_son_bandwidth()
[all …]
Dwlan_hdd_cfg.c2060 int hdd_phymode_to_dot11_mode(eCsrPhyMode phymode, in hdd_phymode_to_dot11_mode() argument
2063 switch (phymode) { in hdd_phymode_to_dot11_mode()
2087 hdd_err("Not supported mode %d", phymode); in hdd_phymode_to_dot11_mode()
2126 int hdd_update_phymode(struct hdd_adapter *adapter, eCsrPhyMode phymode, in hdd_update_phymode() argument
2142 ret = hdd_phymode_to_dot11_mode(phymode, &hdd_dot11mode); in hdd_update_phymode()
2147 phymode, bonding_mode, supported_band); in hdd_update_phymode()
2151 sme_set_phy_mode(hdd_ctx->mac_handle, phymode); in hdd_update_phymode()
2164 csr_config->phyMode = phymode; in hdd_update_phymode()
Dwlan_hdd_hostapd.h439 enum qca_wlan_802_11_mode hdd_convert_dot11mode_from_phymode(int phymode);
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_manager_6ghz.c93 rnr_chan_info[j].phymode = temp_list[i].phymode; in scm_sort_6ghz_channel_list()
129 chan_list->chan[i].phymode = rnr_chan_info[j++].phymode; in scm_sort_6ghz_channel_list()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_cfg.h430 int hdd_phymode_to_dot11_mode(eCsrPhyMode phymode,
448 int hdd_update_phymode(struct hdd_adapter *adapter, eCsrPhyMode phymode,
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_vdev_connect.c454 cm_diag_eht_dot11_mode_from_phy_mode(enum wlan_phymode phymode) in cm_diag_eht_dot11_mode_from_phy_mode() argument
456 if (IS_WLAN_PHYMODE_EHT(phymode)) in cm_diag_eht_dot11_mode_from_phy_mode()
472 cm_diag_eht_dot11_mode_from_phy_mode(enum wlan_phymode phymode) in cm_diag_eht_dot11_mode_from_phy_mode() argument
485 cm_diag_dot11_mode_from_phy_mode(enum wlan_phymode phymode) in cm_diag_dot11_mode_from_phy_mode() argument
487 switch (phymode) { in cm_diag_dot11_mode_from_phy_mode()
499 if (IS_WLAN_PHYMODE_HT(phymode)) in cm_diag_dot11_mode_from_phy_mode()
501 else if (IS_WLAN_PHYMODE_VHT(phymode)) in cm_diag_dot11_mode_from_phy_mode()
503 else if (IS_WLAN_PHYMODE_HE(phymode)) in cm_diag_dot11_mode_from_phy_mode()
506 return cm_diag_eht_dot11_mode_from_phy_mode(phymode); in cm_diag_dot11_mode_from_phy_mode()
/wlan-driver/qcacld-3.0/os_if/son/src/
Dos_if_son.c871 enum ieee80211_phymode phymode; in os_if_son_get_phymode() local
878 phymode = g_son_os_if_cb.os_if_get_phymode(vdev); in os_if_son_get_phymode()
880 wlan_vdev_get_id(vdev), phymode); in os_if_son_get_phymode()
882 return phymode; in os_if_son_get_phymode()
1791 node_info->phymode = os_if_son_get_phymode(vdev); in os_if_son_get_node_datarate_info()
1802 node_info->max_chwidth, node_info->phymode, in os_if_son_get_node_datarate_info()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mgr_tgt_if_tx_defs.h452 uint32_t phymode; member
960 uint16_t phymode; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c441 enum scan_phy_mode phymode = SCAN_PHY_MODE_UNKNOWN; in mlme_update_freq_in_scan_start_req() local
464 phymode = mlme_get_scan_phy_mode(); in mlme_update_freq_in_scan_start_req()
465 if (phymode == SCAN_PHY_MODE_UNKNOWN) { in mlme_update_freq_in_scan_start_req()
483 req->scan_req.chan_list.chan[num_chan].phymode = phymode; in mlme_update_freq_in_scan_start_req()
486 req->scan_req.chan_list.chan[num_chan].phymode = phymode; in mlme_update_freq_in_scan_start_req()
491 phymode = mlme_get_scan_phy_mode_for_chan_load(scan_ch_width); in mlme_update_freq_in_scan_start_req()
493 phymode = wlan_scan_get_scan_phy_mode(vdev, op_freq, vdev_id); in mlme_update_freq_in_scan_start_req()
495 if (phymode == SCAN_PHY_MODE_UNKNOWN) { in mlme_update_freq_in_scan_start_req()
503 req->scan_req.chan_list.chan[num_chan].phymode = phymode; in mlme_update_freq_in_scan_start_req()
526 enum scan_phy_mode phymode; in mlme_update_freq_from_link_ctx() local
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_api.c196 static void lim_fd_cap_phymode_EHT(enum wlan_phymode phymode, uint8_t *fd_cap) in lim_fd_cap_phymode_EHT() argument
198 switch (phymode) { in lim_fd_cap_phymode_EHT()
224 static void lim_fd_cap_phymode_EHT(enum wlan_phymode phymode, uint8_t *fd_cap) in lim_fd_cap_phymode_EHT() argument
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
Dwlan_dp_ucfg_api.h582 enum qca_wlan_802_11_mode phymode);
596 enum qca_wlan_802_11_mode phymode);
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
Dwlan_dfs_utils_api.c1605 utils_dfs_convert_wlan_phymode_to_chwidth(enum wlan_phymode phymode) in utils_dfs_convert_wlan_phymode_to_chwidth() argument
1607 switch (phymode) { in utils_dfs_convert_wlan_phymode_to_chwidth()
1654 utils_dfs_convert_wlan_phymode_to_chwidth(enum wlan_phymode phymode) in utils_dfs_convert_wlan_phymode_to_chwidth() argument
1656 switch (phymode) { in utils_dfs_convert_wlan_phymode_to_chwidth()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_public_structs.h983 enum scan_phy_mode phymode; member
1712 enum scan_phy_mode phymode; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_ucfg_api.c2084 enum wlan_phymode phymode; in ucfg_mlme_get_vdev_phy_mode() local
2096 phymode = WLAN_PHYMODE_AUTO; in ucfg_mlme_get_vdev_phy_mode()
2099 phymode = mlme_obj->mgmt.generic.phy_mode; in ucfg_mlme_get_vdev_phy_mode()
2104 return phymode; in ucfg_mlme_get_vdev_phy_mode()
/wlan-driver/qcacld-3.0/core/sap/inc/
Dsap_api.h1871 bool sap_phymode_is_eht(eCsrPhyMode phymode);
1893 static inline bool sap_phymode_is_eht(eCsrPhyMode phymode) in sap_phymode_is_eht() argument

12