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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_internal.h212 #define PARM_KEY2 Key2 macro
H A Dwl_main.c175 static p_char *PARM_KEY2 = ""; variable
323 DBG_PARAM( DbgInfo, PARM_NAME_KEY2, "\"%s\"", PARM_KEY2 );
381 VALID_PARAM( is_valid_key_string( PARM_KEY2 ));
469 if ( PARM_KEY2 && ( strlen( PARM_KEY2 ) <= MAX_KEY_LEN )) {
470 strcpy( lp->Key2, PARM_KEY2 );

Completed in 36 milliseconds