GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

WiFi Aware Support #40

Closed mbalex99 closed 1 year ago

mbalex99 commented 4 years ago

Hi,

I'm quite interested in this project but I was wondering:

  1. Is there WiFi Aware https://www.wi-fi.org/discover-wi-fi/wi-fi-aware support?
  2. If no, how could we contribute to add WiFi Aware Support especially for the Pi -type of phones?

Max

rsglobal commented 4 years ago

Hello Max,

Currently there is no support for wifi-aware.

According to: https://source.android.com/devices/tech/connect/wifi-aware

It would require WiFi HAL, that is missing for PP an other sunxi devices out of the box: https://android.googlesource.com/platform/hardware/interfaces/+/master/wifi/1.2/README-NAN.md

Regards, Roman

ADD: Also I can assume that WIFI driver may have to be modified in order to support this HAL.

rsglobal commented 4 years ago

There is some implementation for WIFI HAL for Broadcom https://android.googlesource.com/platform/hardware/broadcom/wlan/+/refs/heads/master/bcmdhd/wifi_hal/

So you can try luck to bring it on RPI4 first.

rsglobal commented 1 year ago

closing as stale