![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo 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 line in loader.conf(5): if_malo_load="YES" DESCRIPTIONThe This driver requires firmware to be loaded before it will work. The ports/net/malo-firmware-kmod port needs to be installed before ifconfig(8) will work. HARDWAREThe following cards are among those supported by the
EXAMPLESJoin 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
“ 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 SEE ALSOcardbus(4), pci(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8) HISTORYThe
|