Searched refs:nw_type (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_mgmt.c | 1437 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()
|
D | wma_dev_if.c | 964 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()
|
D | wma_utils.c | 3443 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/ |
D | wma_internal.h | 726 tSirNwType nw_type, 1101 wma_peer_phymode(tSirNwType nw_type, uint8_t sta_type,
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | csr_api.h | 777 tSirNwType nw_type; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_nan_datapath.c | 354 ndi_bss_cfg.nwType = dot11_cfg.nw_type; in hdd_ndi_start_bss()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_module.c | 1917 req->nw_type = dot11_cfg.nw_type; in wlansap_fill_channel_change_request()
|
D | sap_fsm.c | 3403 sap_ctx->sap_bss_cfg.nwType = dot11_cfg.nw_type; in sap_goto_starting()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_api.h | 4979 tSirNwType nw_type; member
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 3331 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/ |
D | lim_process_sme_req_messages.c | 9650 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()
|