Searched refs:encr_type (Results 1 – 16 of 16) sorted by relevance
1709 eCsrEncryptionType encr_type; in hdd_change_peer_state_after_set_key() local1713 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()
371 static const char *cm_diag_get_encr_type_str(uint8_t encr_type) in cm_diag_get_encr_type_str() argument373 switch (encr_type) { in cm_diag_get_encr_type_str()