Home
last modified time | relevance | path

Searched refs:PARM_NAME_ENABLE_ENCRYPTION (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_profile.c439 else if (strcmp(key, PARM_NAME_ENABLE_ENCRYPTION) == 0) { in translate_option()
440 DBG_TRACE(DbgInfo, "%s, value: %s\n", PARM_NAME_ENABLE_ENCRYPTION, value); in translate_option()
446 DBG_WARNING(DbgInfo, "%s invalid; will be ignored\n", PARM_NAME_ENABLE_ENCRYPTION); in translate_option()
Dwl_internal.h196 #define PARM_NAME_ENABLE_ENCRYPTION TEXT("EnableEncryption") macro