Home
last modified time | relevance | path

Searched refs:encryption_type (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
H A Dhost_diag_core_event.h373 uint8_t encryption_type; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c702 connect_status.encryptionType = stats->encryption_type; in cm_connect_success_diag()
811 conn_stats.encryption_type = in cm_connect_info()
834 cm_diag_get_encr_type_str(conn_stats.encryption_type)); in cm_connect_info()
1775 stat.encryption_type = in cm_cp_stats_cstats_log_connect_event()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_chipset_stats_events.h202 uint8_t encryption_type; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c2684 if ((eCSR_ENCRYPT_TYPE_NONE == ap_ctx->encryption_type) || in hdd_hostapd_sap_event_cb()
2686 ap_ctx->encryption_type) in hdd_hostapd_sap_event_cb()
2688 ap_ctx->encryption_type)) { in hdd_hostapd_sap_event_cb()
6663 ap_ctx->encryption_type = eCSR_ENCRYPT_TYPE_NONE; in wlan_hdd_cfg80211_start_bss()
6704 ap_ctx->encryption_type = rsn_encrypt_type; in wlan_hdd_cfg80211_start_bss()
6756 ap_ctx->encryption_type = rsn_encrypt_type; in wlan_hdd_cfg80211_start_bss()
H A Dwlan_hdd_cfg80211.c23542 if (ap_ctx->encryption_type != in __wlan_hdd_change_station()
23545 ap_ctx->encryption_type); in __wlan_hdd_change_station()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h903 eCsrEncryptionType encryption_type; member