I want to set the monitor mode on in the driver programmatically as there
are some other things i am doing for which the driver is required to be in
the monitor mode.

I wanted to be sure if (is_monitoring, defined in ath_hw) is the correct
flag to be set.
Is it right to set the *changed* variable by using
IEEE80211_CONF_CHANGE_MONITOR,
as written before.

Abhinav

On Wed, Nov 2, 2011 at 9:48 AM, Jo-Philipp Wich <x...@subsignal.org> wrote:

> Hi,
>
> you're supposed to use "iw" with modern mac80211.
>
> To spawn a real monitor interface:
>
>  iw phy phy0 interface add mon0 type monitor; ifconfig mon0 up
>
> See also http://wireless.kernel.org/en/users/Documentation/iw
>
> It is certainly not required to recompile the driver.
> The mon.wlanX devices are cooked monitor interfaces required by hostapd
> to communicate with the driver.
>
> ~ Jow
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to