[OpenWrt-Devel] How to add new parameters to /etc/config/wireless?

2012-04-18 Thread
Hi all, What should I do if I want to add new parameters to /etc/config/wireless? I need to add two new self-defined parameters to /etc/config/wireless so that the wireless interface driver can work according to the self-defined parameters. We use uci to config wireless file, so I believe by

[OpenWrt-Devel] What is the configuration file for wireless(ath9k driver)?

2012-04-17 Thread
Hi all, Where could I find the configuration file for wireless based on ath9k driver? I want to know how to configure the beacon time, beacon time interval and so on. Is it hostapd.conf? Thank you. Regards, Jin ___ openwrt-devel mailing list

[OpenWrt-Devel] About compiling results

2012-03-16 Thread
Hi all, I have a question about the compile of openwrt backfire. After successfully compiling openwrt backfire I got the some generated packets in /backfire/bin/ar71xx/packages, as follows: -rw-r--r-- 1 scorpio scorpio 61650 2012-03-16 20:25 kmod-ath9k_2.6.32.27+2011-12-01-1_ar71xx.ipk

[OpenWrt-Devel] Cross compiling problems with libpcap

2011-10-20 Thread
Hi, I am trying to cross compile a program for openwrt to capture the beacon frames. The program(beaconCap.c) is as follows. * #includestdio.h #includestring.h #includestdlib.h #includepcap.h

[OpenWrt-Devel] How to know the buffered data in the AP?

2011-09-22 Thread
Hi all, How could we know whether the AP is buffering data to its associated clients/STAs? And how to know the size of the buffered data? Thanks. Jin ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] How to get message generated by ath_dbg in openwrt Access Point?

2011-09-06 Thread
Hi all, I am reading openwrt source code right now. Do you know how to get the message generated by ath_dbg? For example: ath_dbg(common, ATH_DBG_BEACON, next DTIM %d\n, bs-bs_nextdtim); ath_dbg(common, ATH_DBG_BEACON, next beacon %d\n, nextTbtt); ath_dbg(common, ATH_DBG_BEACON, beacon

[OpenWrt-Devel] How to enable inter access points communication?

2011-09-05 Thread
Hi all, I am using wzr-hp-g300nh right now. The firmware is openwrt. How to setup the inter AP communication? I want to let one AP know the existence of another AP which is in the range of network contention. Do you have any ideas about it? Thank you. Regards.