if_malo (4)
Leading comments
- Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org> All rights reserved. " Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer, without modification. 2. Redistributions in binary form must reproduce at minimum a disclaimer similar to the "NO WARRANTY" dis...
NAME
malo - Marvell Libertas IEEE 802.11b/g wireless network driverSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:device malo device pci device wlan device firmware
Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf5:
if_malo_load="YES"
DESCRIPTION
The ifconfig driver provides support for Marvell Libertas 88W8335 based PCI and Cardbus network adapters. ifconfig supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on configuring this device, see ifconfig(8).This driver requires the malofw firmware kernel module be installed before it will work. The firmware files are not publicly available. A port of the firmware can be found at:
weongyo.org/project/malo/malo-firmware-1.4.tar.gz
The firmware kernel module can be installed by extracting the archive and running `make' install clean in the malo-firmware-1.4 directory.
HARDWARE
The following cards are among those supported by the ifconfig driver:- "Netgear WG311v3" Ta 88W8335 Ta PCI Ta b/g
- "Tenda TWL542P" Ta 88W8335 Ta PCI Ta b/g
- "U-Khan UW-2054i" Ta 88W8335 Ta PCI Ta b/g
Card Ta Chip Ta Bus Ta Standard
EXAMPLES
Join an existing BSS network (i.e., connect to an access point):ifconfig wlan create wlandev malo0 inet 192.168.0.20 \ netmask 0xffffff00
Join a specific BSS network with network name ``my_net ''
"ifconfig wlan create wlandev malo0 ssid my_net up"
Join a specific BSS network with 64-bit WEP encryption:
ifconfig wlan create wlandev malo0 ssid my_net \ wepmode on wepkey 0x1234567890 weptxkey 1 up