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

Commit ba596a71 authored by Nathan Harold's avatar Nathan Harold Committed by android-build-merger
Browse files

Fix a typo in Enhanced Network Scan Request

am: 9acbfc2e

Change-Id: I088778cc917c8a53cf75b7a16449016d73e900c6
parents 8c20d200 9acbfc2e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import @1.1::ScanStatus;
import @1.1::ScanType;

enum RadioConst : @1.0::RadioConst {
    RADIO_ACCESS_SPEFICIER_MAX_SIZE = 8,
    RADIO_ACCESS_SPECIFIER_MAX_SIZE = 8,
};

/**
@@ -74,7 +74,7 @@ struct NetworkScanRequest {
    /**
     * Networks with bands/channels to scan
     * Maximum length of the vector is
     * RadioConst:RADIO_ACCESS_SPEFICIER_MAX_SIZE
     * RadioConst:RADIO_ACCESS_SPECIFIER_MAX_SIZE
     */
    vec<RadioAccessSpecifier> specifiers;