xieyaxiongfly / Atheros_CSI_tool_OpenWRT_src

GNU General Public License v2.0
114 stars 53 forks source link

Are there any plan to extend this to ath10k driver ? #16

Open akhila-s-rao opened 6 years ago

akhila-s-rao commented 6 years ago

Considering that chips with the 802.11ac standard are becoming more and more common, are there plans to extend this to the QCA series of chips which need the ath10k drivers ? In case I plan to do this myself, could I get an indication of the kind of and amount of work I will be looking at here.

Thanks !!

xieyaxiongfly commented 6 years ago

ath10k leaves us no coding space. All the functionality are shifted to the firmware and are executed by the CPU of the Wi-Fi NIC.

So, it is almost impossible to extract CSI from ath10k driver unless we get the source code of the firmware.

BTW, QCA9558 works with our tool.

On Wed, Aug 22, 2018 at 12:27 PM akhila-s-rao notifications@github.com wrote:

Considering that chips with the 802.11ac standard are becoming more and more common, are there plans to extend this to the QCA series of chips which need the ath10k drivers ? In case I plan to do this myself, could I get an indication of the kind of and amount of work I will be looking at here.

Thanks !!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xieyaxiongfly/Atheros_CSI_tool_OpenWRT_src/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-RQx1oHfb27Bb85AQT8CepJLo6FG04ks5uTYZwgaJpZM4WIAAj .

--

*-- Yaxiong Xie / *谢亚雄

School of Computer Engineering

Nanyang Technological University, Singapore

dakami commented 5 years ago

this could be more obvious

cluck commented 5 years ago

The https://github.com/seemoo-lab/nexmon guys have developed a strategy to work with binary blobs from Broadcom. This could potentially also be applied to Atheros.