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

Commit 5dbde7af authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Android Git Automerger
Browse files

am 14b628a3: wifi: Add delimiter flag into bss scan results request

* commit '14b628a3':
  wifi: Add delimiter flag into bss scan results request
parents 8d628f0c 14b628a3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -210,13 +210,14 @@ public class WifiNative {
     * age=2623
     * flags=[WPA2-PSK-CCMP][WPS][ESS]
     * ssid=zubyb
     * ====
     *
     * RANGE=ALL gets all scan results
     * RANGE=ID- gets results from ID
     * MASK=<N> see wpa_supplicant/src/common/wpa_ctrl.h for details
     */
    public String scanResults(int sid) {
        return doStringCommand("BSS RANGE=" + sid + "- MASK=0x1987");
        return doStringCommand("BSS RANGE=" + sid + "- MASK=0x21987");
    }

    public boolean startDriver() {