Home
last modified time | relevance | path

Searched refs:USE_KEYRSC (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/vt6655/
Dkey.c245 if ((dwKeyIndex & USE_KEYRSC) == 0) { in KeybSetKey()
309 if ((dwKeyIndex & USE_KEYRSC) == 0) { in KeybSetKey()
676 if ((dwKeyIndex & USE_KEYRSC) == 0) { in KeybSetDefaultKey()
772 if ((dwKeyIndex & USE_KEYRSC) == 0) { in KeybSetAllGroupKey()
Dkey.h44 #define USE_KEYRSC 0x20000000 macro
Dhostap.c491 dwKeyIndex & ~(BIT30 | USE_KEYRSC), in hostap_set_encryption()
504 dwKeyIndex & ~(USE_KEYRSC), in hostap_set_encryption()
Dwpactl.c244 dwKeyIndex & ~(BIT30 | USE_KEYRSC), in wpa_set_keys()