Home
last modified time | relevance | path

Searched refs:bss_type (Results 1 – 21 of 21) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_session.c390 lim_get_peer_idxpool_size(uint16_t num_sta, enum bss_type bss_type) in lim_get_peer_idxpool_size() argument
397 if (bss_type == eSIR_INFRASTRUCTURE_MODE) in lim_get_peer_idxpool_size()
405 lim_get_peer_idxpool_size(uint16_t num_sta, enum bss_type bss_type) in lim_get_peer_idxpool_size() argument
416 enum bss_type bss_type; in lim_set_bcn_probe_filter() local
425 bss_type = session->bssType; in lim_set_bcn_probe_filter()
431 session->vdev_id, session_id, bss_type); in lim_set_bcn_probe_filter()
437 if (eSIR_INFRASTRUCTURE_MODE == bss_type) { in lim_set_bcn_probe_filter()
440 } else if (eSIR_INFRA_AP_MODE == bss_type) { in lim_set_bcn_probe_filter()
454 enum bss_type bss_type; in lim_reset_bcn_probe_filter() local
462 bss_type = session->bssType; in lim_reset_bcn_probe_filter()
[all …]
H A Dlim_sme_req_utils.c280 enum bss_type bss_type) in lim_is_sme_start_bss_req_valid() argument
285 switch (bss_type) { in lim_is_sme_start_bss_req_valid()
292 bss_type); in lim_is_sme_start_bss_req_valid()
305 bss_type); in lim_is_sme_start_bss_req_valid()
H A Dlim_sme_req_utils.h52 enum bss_type bss_type);
H A Dlim_process_mlm_rsp_messages.c2403 enum bss_type bss_type; in lim_handle_add_bss_rsp() local
2464 bss_type = session_entry->bssType; in lim_handle_add_bss_rsp()
H A Dlim_process_sme_req_messages.c864 enum bss_type bss_type; in __lim_handle_sme_start_bss_request() local
888 bss_type = eSIR_NDI_MODE; in __lim_handle_sme_start_bss_request()
890 bss_type = eSIR_INFRA_AP_MODE; in __lim_handle_sme_start_bss_request()
897 sme_start_bss_req, bss_type)) { in __lim_handle_sme_start_bss_request()
919 bss_type, in __lim_handle_sme_start_bss_request()
1015 switch (bss_type) { in __lim_handle_sme_start_bss_request()
1087 if (bss_type == eSIR_INFRA_AP_MODE) { in __lim_handle_sme_start_bss_request()
1098 bss_type != eSIR_NDI_MODE) { in __lim_handle_sme_start_bss_request()
H A Dlim_types.h175 enum bss_type bssType;
H A Dlim_utils.c6586 const char *lim_bss_type_to_string(const uint16_t bss_type) in lim_bss_type_to_string() argument
6588 switch (bss_type) { in lim_bss_type_to_string()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_wmm.h355 eCsrRoamBssType bss_type);
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_session.h702 enum bss_type bssType;
1059 uint16_t numSta, enum bss_type bssType,
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_inside_api.h373 eCsrRoamBssType bss_type);
H A Dcsr_util.c1273 const char *sme_bss_type_to_string(const uint8_t bss_type) in sme_bss_type_to_string() argument
1275 switch (bss_type) { in sme_bss_type_to_string()
H A Dcsr_api_roam.c7984 eCsrRoamBssType bss_type) in csr_roam_issue_stop_bss_cmd() argument
8005 sme_debug("Stop BSS vdev_id: %d bss_type %d", vdev_id, bss_type); in csr_roam_issue_stop_bss_cmd()
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
H A Dhost_diag_core_event.h371 uint8_t bss_type; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_filter.c1020 if (!util_is_bss_type_match(filter->bss_type, db_entry->cap_info)) { in scm_filter_match()
1023 db_entry->cap_info.value, filter->bss_type); in scm_filter_match()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_utils_api.h407 static inline bool util_is_bss_type_match(enum wlan_bss_type bss_type, in util_is_bss_type_match() argument
412 switch (bss_type) { in util_is_bss_type_match()
H A Dwlan_scan_public_structs.h783 enum wlan_bss_type bss_type; member
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h466 const char *lim_bss_type_to_string(const uint16_t bss_type);
738 enum bss_type { enum
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c785 conn_stats.bss_type = cm_get_diag_persona(opmode); in cm_connect_info()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wmm.c2588 eCsrRoamBssType bss_type) in hdd_wmm_connect() argument
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_api.h1365 const char *sme_bss_type_to_string(const uint8_t bss_type);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_connect.c1149 filter->bss_type = WLAN_TYPE_BSS; in cm_update_advance_filter()