Home
last modified time | relevance | path

Searched refs:MINIOPT_MAXKEY (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dminiopt.h32 #define MINIOPT_MAXKEY 128 /* Max options */ macro
51 char key[MINIOPT_MAXKEY];
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dminiopt.c65 memset(t->key, 0, MINIOPT_MAXKEY); in miniopt()