kxenos
03-15-2009, 07:31 PM
I want to do some modifications in the driver. I want to include an extra struct in the beacon frame (in the end, after all the other structures) but I'm lost a little bit. Can you help me please?
What I want to do is to have 2 XS5, one will be the AP and the other one will be the client. I want to add some information in the beacon frame transmitted by the AP and receive this information at the client. These 2 devices will use the madwifi drivers.
Until now I found that I need to change the declaration of the beacon structure in the header file and insert my struct in the 80211beacon.c file. Can you point me the c files I need to change in order to populate the structure before sending the beacon frame and in order to read the received values?
The structure of the drivers is not very clear to me and I don't have any experience with these device drivers.
Thanks
What I want to do is to have 2 XS5, one will be the AP and the other one will be the client. I want to add some information in the beacon frame transmitted by the AP and receive this information at the client. These 2 devices will use the madwifi drivers.
Until now I found that I need to change the declaration of the beacon structure in the header file and insert my struct in the 80211beacon.c file. Can you point me the c files I need to change in order to populate the structure before sending the beacon frame and in order to read the received values?
The structure of the drivers is not very clear to me and I don't have any experience with these device drivers.
Thanks