Home
last modified time | relevance | path

Searched refs:nw_type (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c1437 tSirNwType nw_type, in wma_send_peer_assoc() argument
1473 ((nw_type == eSIR_11G_NW_TYPE) || in wma_send_peer_assoc()
1474 (nw_type == eSIR_11B_NW_TYPE))) { in wma_send_peer_assoc()
1479 phymode = wma_peer_phymode(nw_type, params->staType, in wma_send_peer_assoc()
4178 tSirNwType nw_type; in wma_update_bss_peer_phy_mode() local
4193 nw_type = eSIR_11B_NW_TYPE; in wma_update_bss_peer_phy_mode()
4195 nw_type = eSIR_11G_NW_TYPE; in wma_update_bss_peer_phy_mode()
4197 nw_type = eSIR_11A_NW_TYPE; in wma_update_bss_peer_phy_mode()
4200 new_phymode = wma_peer_phymode(nw_type, STA_ENTRY_PEER, in wma_update_bss_peer_phy_mode()
Dwma_dev_if.c964 wma_get_peer_phymode(tSirNwType nw_type, enum wlan_phymode old_peer_phymode, in wma_get_peer_phymode() argument
970 new_phymode = wma_peer_phymode(nw_type, STA_ENTRY_PEER, in wma_get_peer_phymode()
984 wma_get_peer_phymode(tSirNwType nw_type, enum wlan_phymode old_peer_phymode, in wma_get_peer_phymode() argument
990 new_phymode = wma_peer_phymode(nw_type, STA_ENTRY_PEER, in wma_get_peer_phymode()
1008 tSirNwType nw_type; in wma_peer_send_phymode() local
1035 nw_type = eSIR_11B_NW_TYPE; in wma_peer_send_phymode()
1037 nw_type = eSIR_11G_NW_TYPE; in wma_peer_send_phymode()
1039 nw_type = eSIR_11A_NW_TYPE; in wma_peer_send_phymode()
1042 new_phymode = wma_get_peer_phymode(nw_type, old_peer_phymode, in wma_peer_send_phymode()
Dwma_utils.c3443 wma_peer_phymode(tSirNwType nw_type, uint8_t sta_type, in wma_peer_phymode() argument
3449 switch (nw_type) { in wma_peer_phymode()
3544 wma_err("Invalid nw type %d", nw_type); in wma_peer_phymode()
3548 nw_type, is_ht, ch_width, is_vht, is_he, is_eht, phymode); in wma_peer_phymode()
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_internal.h726 tSirNwType nw_type,
1101 wma_peer_phymode(tSirNwType nw_type, uint8_t sta_type,
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_api.h777 tSirNwType nw_type; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_nan_datapath.c354 ndi_bss_cfg.nwType = dot11_cfg.nw_type; in hdd_ndi_start_bss()
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_module.c1917 req->nw_type = dot11_cfg.nw_type; in wlansap_fill_channel_change_request()
Dsap_fsm.c3403 sap_ctx->sap_bss_cfg.nwType = dot11_cfg.nw_type; in sap_goto_starting()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h4979 tSirNwType nw_type; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c3331 dot11_cfg->nw_type = in sme_get_network_params()
3342 switch (dot11_cfg->nw_type) { in sme_get_network_params()
3366 sme_err("Unknown network type %d", dot11_cfg->nw_type); in sme_get_network_params()
17041 req->nw_type = dot11_cfg.nw_type; in sme_fill_channel_change_request()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c9650 ch_change_req->ch_width, ch_change_req->nw_type, in lim_process_sme_channel_change_request()
9757 session_entry->nwType = ch_change_req->nw_type; in lim_process_sme_channel_change_request()