Home
last modified time | relevance | path

Searched refs:encr_type (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c
H A Dwps_enrollee.c
H A Dwps_registrar.c
H A Dwps_validate.c
H A Dwps_attr_parse.h
H A Dwps_i.h
H A Dwps_common.c
H A Dwps_attr_parse.c
H A Dwps.h
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c
H A DREADME-WPS
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1709 eCsrEncryptionType encr_type; in hdd_change_peer_state_after_set_key() local
1713 encr_type = hdd_sta_ctx->conn_info.uc_encrypt_type; in hdd_change_peer_state_after_set_key()
1737 if ((encr_type == eCSR_ENCRYPT_TYPE_WEP40) || in hdd_change_peer_state_after_set_key()
1738 (encr_type == eCSR_ENCRYPT_TYPE_WEP104) || in hdd_change_peer_state_after_set_key()
1739 (encr_type == eCSR_ENCRYPT_TYPE_WEP40_STATICKEY) || in hdd_change_peer_state_after_set_key()
1740 (encr_type == eCSR_ENCRYPT_TYPE_WEP104_STATICKEY)) { in hdd_change_peer_state_after_set_key()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c371 static const char *cm_diag_get_encr_type_str(uint8_t encr_type) in cm_diag_get_encr_type_str() argument
373 switch (encr_type) { in cm_diag_get_encr_type_str()