Searched refs:PARM_KEY4 (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.h216 #define PARM_KEY4 Key4 macro
H A Dwl_main.c177 static p_char *PARM_KEY4 = ""; variable
325 DBG_PARAM( DbgInfo, PARM_NAME_KEY4, "\"%s\"", PARM_KEY4 );
383 VALID_PARAM( is_valid_key_string( PARM_KEY4 ));
475 if ( PARM_KEY4 && ( strlen( PARM_KEY4 ) <= MAX_KEY_LEN )) {
476 strcpy( lp->Key4, PARM_KEY4 );

Completed in 25 milliseconds