Habe folgendes Problem mit einer Netgear PCMCIA Prism2.5 WLAN-Karte:
Code: Alles auswählen
# wpa_supplicant -B -iwlan0 -c/etc/wpa_supplicant.conf -Dhostap
ioctl[SIOCSIWPMKSA]: Operation not supported
Code: Alles auswählen
network={
ssid="asdf"
#scan_ssid=1
key_mgmt=WPA-PSK
psk="asdfasdfasd"
}
Code: Alles auswählen
hostap_diag wlan0
Host AP driver diagnostics information for 'wlan0'
NICID: id=0x800c v1.0.0 (PRISM II (2.5) PCMCIA (SST parallel flash))
PRIID: id=0x0015 v1.1.1
STAID: id=0x001f v1.8.0 (station firmware)
Was mache ich falsch??