> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wi-Fi software

The following table lists the source code locations of the ath11k driver components.

**Table : Source code location of Wi-Fi software components**

| **Component**   | **Source code location**                                                                                                                                    |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| mac80211        | `net/mac80211`                                                                                                                                              |
| ath10k driver   | • `drivers/net/wireless/ath/ath10k`<br /><br />	• [Git repo link for ath10k](https://github.com/torvalds/linux/tree/master/drivers/net/wireless/ath/ath10k) |
| ath11k driver   | • `drivers/net/wireless/ath/ath11k`<br /><br />	• [Git repo link for ath11k](https://github.com/torvalds/linux/tree/master/drivers/net/wireless/ath/ath11k) |
| ath12k driver   | • `drivers/net/wireless/ath/ath12k`<br /><br />	• [Git repo link for ath12k](https://github.com/torvalds/linux/tree/master/drivers/net/wireless/ath/ath12k) |
| wpa\_supplicant | `source:SRC_URI = "git://w1.fi/hostap.git;protocol=https;branch=main"`                                                                                      |

For more information about ath11k/ath12k, see:

* [ath10k](https://wireless.docs.kernel.org/en/latest/en/users/drivers/ath10k.html)
* [ath11k](https://wireless.docs.kernel.org/en/latest/en/users/drivers/ath11k.html)
* [ath12k](https://wireless.docs.kernel.org/en/latest/en/users/drivers/ath12k.html)
* [mac80211](https://wireless.wiki.kernel.org/en/developers/documentation/mac80211)
* [cfg80211](https://wireless.wiki.kernel.org/en/developers/documentation/cfg80211)
