Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_main.c181 static p_char *PARM_KEY2 = ""; variable
259 MODULE_PARM(PARM_KEY2, "s");
260 MODULE_PARM_DESC(PARM_KEY2, "Data Encryption Key 2 (<string>) []");
455 DBG_PARAM( DbgInfo, PARM_NAME_KEY2, "\"%s\"", PARM_KEY2 ); in wl_insert()
524 VALID_PARAM( is_valid_key_string( PARM_KEY2 )); in wl_insert()
612 if ( PARM_KEY2 && ( strlen( PARM_KEY2 ) <= MAX_KEY_LEN )) { in wl_insert()
613 strcpy( lp->Key2, PARM_KEY2 ); in wl_insert()
Dwl_internal.h216 #define PARM_KEY2 Key2 macro