mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "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." am: 7b55e1a302 am: 113255aa5c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1947191 Change-Id: Ib9cdf4c0d0d321fdd4dcd58caab1d7f4b19f4d84
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user