Re: mac80211 modification

2015-06-10 Thread Duy Tai Nguyen
Thank @Chaitanya, @Green for your useful information :D Best, Duy Tai Nguyen 2015-06-09 2:34 GMT+07:00 Krishna Chaitanya : > On Mon, Jun 8, 2015 at 10:40 PM, Alexis Green wrote: >> >> You should build mac80211 as module instead of built-in driver and >> "make modules" instead of full make. This

Re: mac80211 modification

2015-06-08 Thread Krishna Chaitanya
On Mon, Jun 8, 2015 at 10:40 PM, Alexis Green wrote: > > You should build mac80211 as module instead of built-in driver and > "make modules" instead of full make. This way you'll be just > rebuilding mac80211.ko instead of the whole thing. > > On Mon, Jun 8, 2015 at 2:39 AM, Duy Tai Nguyen wrote:

Re: mac80211 modification

2015-06-08 Thread Alexis Green
You should build mac80211 as module instead of built-in driver and "make modules" instead of full make. This way you'll be just rebuilding mac80211.ko instead of the whole thing. On Mon, Jun 8, 2015 at 2:39 AM, Duy Tai Nguyen wrote: > Hi, > > I want to inject particular data into beacon frame in

mac80211 modification

2015-06-08 Thread Duy Tai Nguyen
Hi, I want to inject particular data into beacon frame in Android device. I found two approaches: 1. Write loadable kernel module. 2. Modify MAC80211 subsystem In the first approach, I found that I could not include directly source code from MAC80211 sub system in folder /net/mac80211/. Thus, I us