Home
last modified time | relevance | path

Searched refs:bssType (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_session.c425 bss_type = session->bssType; in lim_set_bcn_probe_filter()
462 bss_type = session->bssType; in lim_reset_bcn_probe_filter()
502 bss_type = session->bssType; in lim_update_bcn_probe_filter()
529 uint16_t numSta, enum bss_type bssType, in pe_create_session() argument
564 if (bssType == eSIR_MONITOR_MODE) in pe_create_session()
575 session_ptr->bssType = bssType; in pe_create_session()
591 if (bssType == eSIR_INFRA_AP_MODE) { in pe_create_session()
628 lim_get_peer_idxpool_size(numSta, bssType))) in pe_create_session()
631 if (eSIR_INFRASTRUCTURE_MODE == bssType) in pe_create_session()
634 if (eSIR_MONITOR_MODE == bssType) in pe_create_session()
[all …]
H A Dlim_ft_preauth.c454 pe_session->bssType, in lim_handle_ft_pre_auth_rsp()
471 if (ft_session->bssType == eSIR_INFRASTRUCTURE_MODE) in lim_handle_ft_pre_auth_rsp()
H A Dlim_ft.c777 ft_session->bssType = pe_session->bssType; in lim_fill_ft_session()
783 if (ft_session->bssType == eSIR_INFRASTRUCTURE_MODE) { in lim_fill_ft_session()
H A Dlim_process_mlm_rsp_messages.c200 if (pe_session->bssType == eSIR_INFRA_AP_MODE) in lim_process_mlm_start_cnf()
202 else if (pe_session->bssType == eSIR_NDI_MODE) in lim_process_mlm_start_cnf()
2464 bss_type = session_entry->bssType; in lim_handle_add_bss_rsp()
2467 if (eSIR_NDI_MODE == session_entry->bssType) { in lim_handle_add_bss_rsp()
3293 if (session->bssType != eSIR_MONITOR_MODE) in lim_handle_mon_switch_channel_rsp()
H A Dlim_link_monitoring_algo.c583 if (session_entry->bssType == eSIR_INFRA_AP_MODE) { in lim_rx_invalid_peer_process()
H A Dlim_types.h175 enum bss_type bssType; member
H A Dlim_api.c2947 session_ptr->bssType, in pe_roam_synch_callback()
3404 if (session && session->bssType == eSIR_MONITOR_MODE) in lim_mon_deinit_session()
H A Dlim_process_sme_req_messages.c1156 mlm_start_req->bssType = session->bssType; in __lim_handle_sme_start_bss_request()
1225 mlm_start_req->bssType)) { in __lim_handle_sme_start_bss_request()
9441 if (session_entry->bssType == eSIR_MONITOR_MODE) in lim_change_channel()
H A Dlim_send_sme_rsp_messages.c1132 if (eSIR_INFRA_AP_MODE == pe_session->bssType) { in lim_send_sme_deauth_ind()
H A Dlim_utils.c4490 if ((psession_entry->bssType == eSIR_INFRASTRUCTURE_MODE) && in lim_handle_heart_beat_timeout_for_session()
/wlan-driver/qcacld-3.0/core/mac/src/pe/nan/
H A Dnan_datapath.c150 if (!session || (session->bssType != eSIR_NDI_MODE)) { in lim_ndp_delete_peer_by_addr()
221 if (!session || (session->bssType != eSIR_NDI_MODE)) { in lim_ndp_delete_peers()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_session.h702 enum bss_type bssType; member
1059 uint16_t numSta, enum bss_type bssType,
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
H A Dhost_diag_core_event.h298 uint8_t bssType; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c697 connect_status.bssType = 0; in cm_connect_success_diag()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c7733 if (session->bssType != eSIR_INFRA_AP_MODE) {