Hello, everyone!
I have only way to use internet, Wi-Fi. Even I don't need Wifi drivers in emulators. But I want to run my OS on real hardware and do networking. Only way for me to use networking (or internet) on my operating system is to implement Wi-Fi drivers. Where can I find Wi-Fi programmer's guide or Wi-Fi drivers source code?
I have 802.11n Broadcom network adopter.
Muazzam
Wi-Fi implementation/documentation
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Wi-Fi implementation/documentation
As always, look for the datasheets. If you must, Linux has drivers, but reading drivers designed for other platforms seems like more trouble than it's worth.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Wi-Fi implementation/documentation
I have a broadcom chip, but the thing is incredibly finicky and only ever wanted to work properly with certain revisions of the closed source drivers for linux. GRR
Times might have improved in the most recent releases though but so far every kernel or wireless-related update broke it.
Times might have improved in the most recent releases though but so far every kernel or wireless-related update broke it.
Re: Wi-Fi implementation/documentation
Where can I find such a datasheets?Love4Boobies wrote:As always, look for the datasheets. If you must, Linux has drivers, but reading drivers designed for other platforms seems like more trouble than it's worth.
Re: Wi-Fi implementation/documentation
Google is not a silver bullet. Often there are plenty of sites with a content somewhat related to the question, but after reading many of them it is clear that there's no data sheets or anything useful for driver development. If somebody knows a direct link to the datasheet location it will save our readers a lot of time for analyzing those useless sites.no92 wrote: PLEASE, learn to use Google, PLEASE
But if there is no data sheet location knowledge among the community, then, of course, we should google for ourselves. And after the sheet is fount it will be great to have some means to share the link somewhere in the wiki or wherever an osdever can find it quickly.
Re: Wi-Fi implementation/documentation
Google is usually where I start (at least, in the past). But I've found that a lot of the spec sheets that you may need can be found in the documentation for various open source Operating Systems, and Virtual Machines. They will either have the PDF files, or will have information about how to find them.
For example:
https://git.kernel.org/cgit/linux/kerne ... umentation
I've also uploaded most of the spec sheets that I've collected here:
http://ozone.codeplex.com/SourceControl/latest
Look under OZone/OZone/Documentation
For example:
https://git.kernel.org/cgit/linux/kerne ... umentation
I've also uploaded most of the spec sheets that I've collected here:
http://ozone.codeplex.com/SourceControl/latest
Look under OZone/OZone/Documentation
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott