Home
last modified time | relevance | path

Searched refs:PARM_NAME_INTRA_BSS_RELAY (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_profile.c713 } else if (strcmp(key, PARM_NAME_INTRA_BSS_RELAY) == 0) { in translate_option()
714 DBG_TRACE(DbgInfo, "%s, value: %s\n", PARM_NAME_INTRA_BSS_RELAY, value); in translate_option()
Dwl_internal.h202 #define PARM_NAME_INTRA_BSS_RELAY TEXT("IntraBSSRelay") macro
Dwl_main.c484 DBG_PARAM( DbgInfo, PARM_NAME_INTRA_BSS_RELAY, "\"%s\"", PARM_INTRA_BSS_RELAY ); in wl_insert()