Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IPW2200_PROMISCUOUS
has multiple definitions:
drivers/net/wireless/intel/ipw2x00/Kconfig
The configuration item CONFIG_IPW2200_PROMISCUOUS:
CONFIG_IPW2200_MONITOR
Enables the creation of a second interface prefixed 'rtap'. This second interface will provide every received in radiotap format.
This is useful for performing wireless network analysis while maintaining an active association.
Example usage:
% modprobe ipw2200 rtap_iface=1 % ifconfig rtap0 up % tethereal -i rtap0
If you do not specify 'rtap_iface=1' as a module parameter then the rtap interface will not be created and you will need to turn it on via sysfs:
% echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
drivers/net/wireless/ipw2x00/Kconfig
The configuration item CONFIG_IPW2200_PROMISCUOUS:
CONFIG_IPW2200_MONITOR
Enables the creation of a second interface prefixed 'rtap'. This second interface will provide every received in radiotap format.
This is useful for performing wireless network analysis while maintaining an active association.
Example usage:
% modprobe ipw2200 rtap_iface=1 % ifconfig rtap0 up % tethereal -i rtap0
If you do not specify 'rtap_iface=1' as a module parameter then the rtap interface will not be created and you will need to turn it on via sysfs:
% echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
drivers/net/wireless/Kconfig
The configuration item CONFIG_IPW2200_PROMISCUOUS:
CONFIG_IPW2200_MONITOR
Enables the creation of a second interface prefixed 'rtap'. This second interface will provide every received in radiotap format.
This is useful for performing wireless network analysis while maintaining an active association.
Example usage:
% modprobe ipw2200 rtap_iface=1 % ifconfig rtap0 up % tethereal -i rtap0
If you do not specify 'rtap_iface=1' as a module parameter then the rtap interface will not be created and you will need to turn it on via sysfs:
% echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab