Loading wifi/hostapd/aidl/aidl_api/android.hardware.wifi.hostapd/current/android/hardware/wifi/hostapd/NetworkParams.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -39,4 +39,5 @@ parcelable NetworkParams { android.hardware.wifi.hostapd.EncryptionType encryptionType; String passphrase; boolean isMetered; byte[] vendorElements; } wifi/hostapd/aidl/android/hardware/wifi/hostapd/NetworkParams.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -44,4 +44,12 @@ parcelable NetworkParams { * CHARGEABLE_PUBLIC_NETWORK when set to true. */ boolean isMetered; /** * Additional vendor specific elements for Beacon and Probe Response frames * This parameter can be used to add additional vendor specific element(s) into * the end of the Beacon and Probe Response frames. The format for these * element(s) is a binary dump of the raw information elements (id+len+payload for * one or more elements). Example: byte[]{ 221, 4, 17, 34, 51, 1 } */ byte[] vendorElements; } Loading
wifi/hostapd/aidl/aidl_api/android.hardware.wifi.hostapd/current/android/hardware/wifi/hostapd/NetworkParams.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -39,4 +39,5 @@ parcelable NetworkParams { android.hardware.wifi.hostapd.EncryptionType encryptionType; String passphrase; boolean isMetered; byte[] vendorElements; }
wifi/hostapd/aidl/android/hardware/wifi/hostapd/NetworkParams.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -44,4 +44,12 @@ parcelable NetworkParams { * CHARGEABLE_PUBLIC_NETWORK when set to true. */ boolean isMetered; /** * Additional vendor specific elements for Beacon and Probe Response frames * This parameter can be used to add additional vendor specific element(s) into * the end of the Beacon and Probe Response frames. The format for these * element(s) is a binary dump of the raw information elements (id+len+payload for * one or more elements). Example: byte[]{ 221, 4, 17, 34, 51, 1 } */ byte[] vendorElements; }