Searched refs:PARM_KEY3 (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.h214 #define PARM_KEY3 Key3 macro
H A Dwl_main.c176 static p_char *PARM_KEY3 = ""; variable
324 DBG_PARAM( DbgInfo, PARM_NAME_KEY3, "\"%s\"", PARM_KEY3 );
382 VALID_PARAM( is_valid_key_string( PARM_KEY3 ));
472 if ( PARM_KEY3 && ( strlen( PARM_KEY3 ) <= MAX_KEY_LEN )) {
473 strcpy( lp->Key3, PARM_KEY3 );

Completed in 55 milliseconds