Explorar el Código

qca-wifi: Make a few macros as optional

Part of FR 53285

Change-Id: Ic2f219acb41b172e04a8bc6adf3f55038d97585c
Aakanksha Doda hace 6 años
padre
commit
1dbb8118a3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      crypto/src/wlan_crypto_fils.c

+ 2 - 0
crypto/src/wlan_crypto_fils.c

@@ -436,6 +436,8 @@ void wlan_crypto_fils_delkey(struct wlan_objmgr_peer *peer)
 }
 #else
 
+#define WLAN_MAX_WPA_KEK_LEN (0)
+
 static QDF_STATUS fils_aead_setkey(struct wlan_crypto_key *key)
 {
 	return QDF_STATUS_SUCCESS;