Searched refs:PARM_KEY1 (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.h210 #define PARM_KEY1 Key1 macro
H A Dwl_main.c174 static p_char *PARM_KEY1 = ""; variable
322 DBG_PARAM( DbgInfo, PARM_NAME_KEY1, "\"%s\"", PARM_KEY1 );
380 VALID_PARAM( is_valid_key_string( PARM_KEY1 ));
466 if ( PARM_KEY1 && ( strlen( PARM_KEY1 ) <= MAX_KEY_LEN )) {
467 strcpy( lp->Key1, PARM_KEY1 );

Completed in 38 milliseconds