Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5214086d authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Update supplicant bitmap comments to clarify that

defs.h is a useful reference, but not the main
definition for the bitmap values in the interface.

Bug: 210904141
Test: N/A since only comments were updated
Change-Id: Ib721d6ea0182db50f05ddab10096583481f85413
parent bf3f93bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.hardware.wifi.supplicant;
/**
 * Possible mask of values for AuthAlg param.
 * See /external/wpa_supplicant_8/src/common/defs.h for
 * all possible values (starting at WPA_AUTH_ALG_OPEN).
 * the historical values (starting at WPA_AUTH_ALG_OPEN).
 */
@VintfStability
@Backing(type="int")
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.hardware.wifi.supplicant;
/**
 * Possible mask of values for GroupCipher param.
 * See /external/wpa_supplicant_8/src/common/defs.h for
 * all possible values (starting at WPA_CIPHER_WEP40).
 * the historical values (starting at WPA_CIPHER_WEP40).
 */
@VintfStability
@Backing(type="int")
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.hardware.wifi.supplicant;
/**
 * Possible mask of values for KeyMgmt param.
 * See /external/wpa_supplicant_8/src/common/defs.h for
 * all possible values (starting at WPA_KEY_MGMT_IEEE8021X).
 * the historical values (starting at WPA_KEY_MGMT_IEEE8021X).
 */
@VintfStability
@Backing(type="int")
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.hardware.wifi.supplicant;
/**
 * Possible mask of values for PairwiseCipher param.
 * See /external/wpa_supplicant_8/src/common/defs.h for
 * all possible values (starting at WPA_CIPHER_NONE).
 * the historical values (starting at WPA_CIPHER_NONE).
 */
@VintfStability
@Backing(type="int")
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.hardware.wifi.supplicant;
/**
 * Possible mask of values for Proto param.
 * See /external/wpa_supplicant_8/src/common/defs.h for
 * all possible values (starting at WPA_PROTO_WPA).
 * the historical values (starting at WPA_PROTO_WPA).
 */
@VintfStability
@Backing(type="int")