Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_main.c180 static p_char *PARM_KEY1 = ""; variable
257 MODULE_PARM(PARM_KEY1, "s");
258 MODULE_PARM_DESC(PARM_KEY1, "Data Encryption Key 1 (<string>) []");
454 DBG_PARAM( DbgInfo, PARM_NAME_KEY1, "\"%s\"", PARM_KEY1 ); in wl_insert()
523 VALID_PARAM( is_valid_key_string( PARM_KEY1 )); in wl_insert()
609 if ( PARM_KEY1 && ( strlen( PARM_KEY1 ) <= MAX_KEY_LEN )) { in wl_insert()
610 strcpy( lp->Key1, PARM_KEY1 ); in wl_insert()
Dwl_internal.h214 #define PARM_KEY1 Key1 macro