[RIJEŠENO] Wireless Card i WEP enkripcija

Imam slijedeću karticu:

#lspci -vv |grep 802.11 06:05.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
na Acer Aspire 5024 laptopu. Uspio sam instalirati i testirati karticu na mrežama koje nisu enkriptovane. Kada se pokušam konektirati na mrežu koja ima bilo kakvu enkripciju (recimo WEP), ne mogu dhcp-om dobiti konfiguraciju mada uspije naći access point.
Wlan pokrećem sa skripticom:

#! /bin/bash echo Starting wlan dhcpcd wlan0 /etc/init.d/net.wlan0 start
Od potrebnijih modula imam loadirane ndiswrapper i acer_acpi.

Zna li neko lijek za WEP? Šta još od konfiguracije trebam post?

N.B. wireless mi super radi na neenkriptovanim mrežama.

Znam ja evo ti…

  1. instaliras wpa_supplicant
  2. treba ti kljuc od access-pointa. recimo da je taj kljuc “testtest” i da ti je ssid od access-pointa “tester”, pokrenes sljedece:
    root@localhost# wpa_passphrase tester test

// dobit ces ovakav output

network={
ssid=“tester”
#psk="testtest"
psk=5590e80c65d115da5e7d24d3a3cfb4cf0bc61d3c8d51ce 7ec836c0bd6d0c616b
}

  1. sada kopiras to u wpa_supplicant.conf (/etc/ ili /etc/wpa_supplicant)
  2. podesis ostatak prema zahtjevima access-pointa.

primjer kako treba da izgleda za wpa2(pre-shared key):

ctrl_interface=/var/run/wpa_supplicant

network={
ssid="homewlan"
key_mgmt=WPA-EAP
proto=WPA2
pairwise=TKIP
#psk="testtest"
psk=5590e80c65d115da5e7d24d3a3cfb4cf0bc61d3c8d51ce 7ec836c0bd6d0c616b
}

  1. pokrenes sa sljedecom naredbom wpa_supplicant (config se nalazi u /etc/wpa_supplicant/wpa_supplicant.conf):
    wpa_supplicant -iwlan0 -D wext -c/etc/wpa_supplicant/wpa_supplicant.conf -B

  2. dhclient wlan0

pozdrav

edited: ovo “wpa_supplicant -iwlan0 -D wext -c/etc/wpa_supplicant/wpa_supplicant.conf -B” dodaj u startup skriptu prije dhclient wlan0 ili dhcpcd wlan0

super, hvala. instalirao sam danas wpa_supplicant, vidio sam negdje da mi treba, samo što nisam skontao kako da ga koristim. Samo još jedno pitanje, dhcpcd ili dhclient?

btw, evo svih dhc stvari koje mogu instalirati na Gentoo.u:

[code]Moradin amar # emerge -s dhc
Searching…
[ Results for search key : dhc ]
[ Applications found : 8 ]

  • app-vim/dhcpd-syntax
    Latest version available: 20030825
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 2 kB
    Homepage: http://www.vim.org/scripts/script.php?script_id=744
    Description: vim plugin: syntax highlighting for dhcpd.conf
    License: as-is

  • net-misc/dhcp
    Latest version available: 3.0.3-r4
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 2,549 kB
    Homepage: http://www.isc.org/products/DHCP
    Description: ISC Dynamic Host Configuration Protocol
    License: isc-dhcp

  • net-misc/dhcp-agent [ Masked ]
    Latest version available: 0.41
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 503 kB
    Homepage: http://dhcp-agent.sourceforge.net/
    Description: dhcp-agent is a portable UNIX Dynamic Host Configuration suite
    License: BSD

  • net-misc/dhcpcd
    Latest version available: 2.0.3
    Latest version installed: 2.0.3
    Size of downloaded files: 120 kB
    Homepage: http://developer.berlios.de/projects/dhcpcd/
    Description: A DHCP client only
    License: GPL-2

  • net-misc/dhcpv6 [ Masked ]
    Latest version available: 0.85-r1
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 212 kB
    Homepage: http://sourceforge.net/projects/dhcpv6/
    Description: Server and client for DHCPv6
    License: GPL-2

  • net-misc/selfdhcp [ Masked ]
    Latest version available: 0.2a
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 158 kB
    Homepage: http://selfdhcp.sourceforge.net
    Description: a small stealth network autoconfigure software.
    License: GPL-2

  • net-misc/udhcp
    Latest version available: 0.9.9_pre20041216-r1
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 41 kB
    Homepage: http://udhcp.busybox.net/
    Description: udhcp Server/Client Package
    License: GPL-2

  • sec-policy/selinux-dhcp
    Latest version available: 20050918
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 1 kB
    Homepage: http://www.gentoo.org/proj/en/hardened/selinux/
    Description: SELinux policy for dhcp server
    License: GPL-2[/code]
    dhclient-a nema. dhcpcd=dhclient?

ma moze i dhcpcd

da ne pokrecem novu temu…

vako…imam u domu wireless pristup netu…dali su mi njihovu wlan karticu Cisco Aironet 350.

eh sad postoji nekakva vrsta enkripcije WEP, mode je open…
kljuc sam pokupi dakle…

eh sad dalje EAP typ je PEAP a autentifikacijska metoda je MSCHAPV2…

i kad prvi put se konektovo na ovo trazio mi je username i pass koji sam dobio…i takodje nakon svega ovoga, moram koristit http proxy koji takodje zahtjeva username i pass…

sve ovo radi na winu…

eh sad buni me to malo (vise) na linuxu…
naime pokupim sve uredno i key i sve, ali nece da uzme IP adresu i neznam kako sa ovim MSCHAP da se dogovorim dje da mu zadam da radi…

pokuso sam preko ovoga wpa supplicant…naso sam da u njemu moze se napravit ovo ali dobijem ovaj error:

root@defstar:~# wpa_supplicant -ieth1 -c /etc/wpa_supplicant.conf -B ENGINE: ctrl cmd_string failed: LOAD (null) [error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library] SSL: Failed to initialize TLS context. Failed to initialize EAPOL state machines.
help!

[quote=change]da ne pokrecem novu temu…

vako…imam u domu wireless pristup netu…dali su mi njihovu wlan karticu Cisco Aironet 350.

eh sad postoji nekakva vrsta enkripcije WEP, mode je open…
kljuc sam pokupi dakle…

eh sad dalje EAP typ je PEAP a autentifikacijska metoda je MSCHAPV2…

i kad prvi put se konektovo na ovo trazio mi je username i pass koji sam dobio…i takodje nakon svega ovoga, moram koristit http proxy koji takodje zahtjeva username i pass…

sve ovo radi na winu…

eh sad buni me to malo (vise) na linuxu…
naime pokupim sve uredno i key i sve, ali nece da uzme IP adresu i neznam kako sa ovim MSCHAP da se dogovorim dje da mu zadam da radi…

pokuso sam preko ovoga wpa supplicant…naso sam da u njemu moze se napravit ovo ali dobijem ovaj error:

root@defstar:~# wpa_supplicant -ieth1 -c /etc/wpa_supplicant.conf -B ENGINE: ctrl cmd_string failed: LOAD (null) [error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library] SSL: Failed to initialize TLS context. Failed to initialize EAPOL state machines.
help![/quote]
xsupplicant je rjesenje za tebe

eh probo sam xsupplicant i opet nemoze tj neznam kako…

u biti evo ovih par stvari pa ako neko ima vremena da pogleda bio bi zahvalan, jer ja sam profuro google i svasta jos i nisam nigdje naso kokretno da je neko uspio nastimati…

prvo iwlist

root@defstar:/home/change# iwlist eth1 scan eth1 Scan completed : Cell 01 - Address: 00:40:96:33:2A:D4 ESSID:"Porzellaneum" Mode:Master Frequency:2.437 GHz (Channel 6) Quality=36/100 Signal level=-77 dBm Noise level:-94 dBm Encryption key:on Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s Extra:bcn_int=100 Cell 02 - Address: 00:40:96:37:FF:94 ESSID:"Porzellaneum" Mode:Master Frequency:2.462 GHz (Channel 11) Quality=66/100 Signal level=-62 dBm Noise level:-94 dBm Encryption key:on Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s Extra:bcn_int=100
pa iwconfig

[code]root@defstar:/home/change# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11-DS ESSID:“Porzellaneum” Nickname:"defstar"
Mode:Managed Frequency:2.442 GHz Access Point: 00:40:96:37:FF:94
Bit Rate:11 Mb/s Tx-Power=15 dBm Sensitivity=0/65535
Retry limit:16 RTS thr:off Fragment thr:off
Encryption key:------** Security mode:open
Power Management:off
Link Quality=75/100 Signal level=-58 dBm Noise level=-94 dBm
Rx invalid nwid:739 Rx invalid crypt:17 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:291 Missed beacon:0

wifi0 IEEE 802.11-DS ESSID:“Porzellaneum” Nickname:"defstar"
Mode:Managed Frequency:2.442 GHz Access Point: 00:40:96:37:FF:94
Bit Rate:11 Mb/s Tx-Power=15 dBm Sensitivity=0/65535
Retry limit:16 RTS thr:off Fragment thr:off
Encryption key:------** Security mode:open
Power Management:off
Link Quality=75/100 Signal level=-58 dBm Noise level=-94 dBm
Rx invalid nwid:739 Rx invalid crypt:17 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:291 Missed beacon:0[/code]
pa onda ifconfig

root@defstar:/home/change# ifconfig eth1 eth1 Link encap:Ethernet HWaddr 00:40:96:41:F2:A9 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3 errors:1540 dropped:0 overruns:0 frame:1540 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:192 (192.0 b) TX bytes:0 (0.0 b) Interrupt:16 Base address:0x100
i na kraju xsupplicant.conf koji sam da kazem “sastavio”…naime kako sam trazio na google.u naso sam ovakve config.e …ali kod mene neradi samo mi kaze “starting xsupplicant…” i to je to nista se ne desi…

[code]root@defstar:/home/change# cat /etc/xsupplicant.conf

This is an example configuration file for xsupplicant versions after 0.8b.

GLOBAL SECTION

network_list: defines all of the networks in this file which

should be kept in memory and used.Comma delimited list or “all”

for keeping all defined configurations in memory. For efficiency,

keep only the networks you might roam to in memory.

To avoid errors, make sure your default network is always

in the network_list. In general, you will want to leave this set to

“all”.

network_list = all

default_netname: some users may actually have a network named “default”.

since “default” is a keyword in the network section below, you can

change which is to be used as the replacement for this keyword

default_netname = Porzellaneum

first_auth_command: the command to run when xsupplicant authenticates to

a wireless network for the first time. This will usually be used to

start a DHCP client process.

first_auth_command = dhcpcd eth1

logfile = /var/log/xsupplicant.log

NETWORK SECTION

Porzzelaneum{
type = wireless

allow_types: describes which EAP types this network will allow. The

first type listed will be requested if the server tries to use something

not in this list.

allow_types = eap_tls, eap_md5, eap_gtc, eap-otp

allow_types = all

identity: what to respond with when presented with an EAP Id Request

Typically, this is the username for this network. Since this can

be an arbitrary string, enclose within and

identity = “318A”

eap-peap {
# As in tls, define either a root certificate or a directory
# containing root certificates.
#root_cert = /path/to/root/certificate
#root_dir = /path/to/root/certificate/dir
#crl_dir = /path/to/dir/with/crl
root_cert = NONE
chunk_size = 1398
random_file = /dev/urandom
#session_resume = yes

  #Currently 'all' is just mschapv2
  #If no allow_types is defined, all is assumed
  #allow_types = all # where all = MSCHAPv2, MD5, OTP, GTC, SIM 
  allow_types = eap-mschapv2

  # right now you can do any of these methods in PEAP:
  eap-mschapv2 {
    username = "*****"
    password = "******"
  }

}
}[/code]

eh…evo malo napredka…

pokuso sam ponovo sa wpa_supplicant… i dobio ovo:

root@defstar:/home/change# wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Bad address ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Bad address ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported Failed to set encryption. ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported Failed to set encryption. ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported Failed to set encryption. ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported Failed to set encryption. ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Bad address ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Bad address Associated with ff:ff:ff:ff:ff:ff Associated with 00:40:96:37:ff:94 CTRL-EVENT-EAP-STARTED EAP authentication started CTRL-EVENT-EAP-METHOD EAP method 25 (PEAP) selected EAP-MSCHAPV2: Authentication succeeded EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully EAPOL: Received IEEE 802.1X EAPOL-Key even though this was not accepted - ignoring this packet EAPOL: Received IEEE 802.1X EAPOL-Key even though this was not accepted - ignoring this packet Authentication with 00:40:96:37:ff:94 timed out. ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported Associated with 00:40:96:37:ff:94 CTRL-EVENT-EAP-STARTED EAP authentication started CTRL-EVENT-EAP-METHOD EAP method 25 (PEAP) selected EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully EAPOL: Received IEEE 802.1X EAPOL-Key even though this was not accepted - ignoring this packet EAPOL: Received IEEE 802.1X EAPOL-Key even though this was not accepted - ignoring this packet
wpa supplicant conf:

[code]root@defstar:/etc# cat wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=0
update_config=1
eapol_version=2

network={
ssid=“Porzellaneum"
proto=WPA
key_mgmt=WPA-EAP
eap=PEAP
pairwise=TKIP
group=TKIP
identity=”++++“
password=”++++++"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
priority=3
}[/code]
posto nemam iskustva puno sa wirelessom, neznam sta znace ovi errori…

pls pls pls help!

Nisi me upratio ako korisits MSCHAPv2 tj. PEAP (Protected EAP) moraš koristiti xsupplicant. WPA Supplicant nikad nisam natjerao da radi sa PEAP-om. Ako ja sam to davno radio sa Logosoftom ali moras uglavnom imati certifikat za toga. Eksportuj certifikat ako imaš internet explorer tj. windows. Onda ga konvertuješ iz .DER formata u .CER i onda ga ubaciš u xsupplicant config fajl. Još lakši metod je da ti daju taj certifikat pa da se ne mučiš toliko. Ako koristiš Logosoft prelisat njihov forum davno sam to postavio tamo, pod Wireless topicom gledaj… Nekad prije dvije i po godine…

da vidio sam to za certifikat…ali kako god ja nastimam xsupplicant config on nista ne uradi!..nikakav output ne dobijem…
tj. bude kako sam opisao gore…

sa wpa_supplicantom sam uspio bar donekle dogurat…

i’m lost…

upališ debugging na xsupplicantu :slight_smile:

evo log…pa ak ko sta razumije…

root@defstar:/home/change# xsupplicant -i eth1 -dasic -f [STATE] Reinit state machine [STATE] [backend_sm] REQUEST -> INITIALIZE [STATE] [backend_sm] INITIALIZE -> IDLE [STATE] [backend_sm] UNKNOWN -> INITIALIZE [STATE] [backend_sm] INITIALIZE -> IDLE [INT] Initializing socket for interface eth1.. [INT] Allmulti is currently disabled on this device! [INT] Interface eth1 is wireless! [CONFIG] Registered event handler 'rtnetlink handler' in slot 0, with socket 5. [INT] Setting Linkmode to 1. You need wireless extensions > 17 in order to support detection of encryption methods. [INT] Interface has no encryption capabilities, or unknown abilitites. [INT] Interface initialized! [CONFIG] Working from config file /etc/xsupplicant.conf. No configuration information for network "(null)" found. Using default. Couldn't build config for network (null)! [CONFIG] Registered event handler 'frame handler' in slot 9, with socket 4. [INT] Opened socket descriptor #6 [CONFIG] Registered event handler 'IPC master socket' in slot 8, with socket 6. [INT] Interface eth1 is wireless! Your card is currently set for wireless network "Porzellaneu". Looking for configuration information. [CONFIG] Working from config file /etc/xsupplicant.conf. Couldn't build a config for ESSID Porzellaneu! [STATE] Init wireless state machine. UNASSOCIATED -> ACTIVE_SCAN Scanning for wireless networks. Please wait. [STATE] Reinit state machine [STATE] [backend_sm] IDLE -> INITIALIZE [STATE] [backend_sm] INITIALIZE -> IDLE [INT] Issuing active scan request for interface eth1! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! [CONFIG] Socket 5 (rtnetlink handler) had an event! [INT] Got an RTM_NEWLINK! [CONFIG] <warning> Invalid network configuration structure! (cardif_linux_rtnetlink_ifla_wireless:1522) [INT] AP MAC : 00 40 96 37 ff 94 [INT] (cardif_linux_rtnetlink_process_SIOCGIWAP) ws->associated == 1 [INT] Checking for returned SSID information.... [INT] No data available! (Resource temporarily unavailable) [INT] No valid network data!! (wireless_sm_check_globals) [INT] Checking for returned SSID information.... [INT] No data available! (Resource temporarily unavailable) [INT] Waiting for SSID information... [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Socket 4 (frame handler) had an event! Assertion 'network_data != NULL' failed in file eap.c, function eap_process_header(), at line 554. [INT] No valid network data!! (wireless_sm_check_globals) [INT] Checking for returned SSID information.... [INT] No data available! (Resource temporarily unavailable) [INT] Waiting for SSID information... [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Socket 5 (rtnetlink handler) had an event! [INT] Got an RTM_NEWLINK! [CONFIG] <warning> Invalid network configuration structure! (cardif_linux_rtnetlink_ifla_wireless:1522) [INT] Wireless scan complete! [INT] Checking for returned SSID information.... Scan complete. [INT] Reaping data. (Size : 262) 000 | 14 00 15 8b 01 00 00 40 96 46 9a 8a ff 7b 50 01 | .......@.F...{P. 010 | 40 22 20 c1 14 00 1b 8b 0c 00 01 00 50 6f 72 7a | @" .........Porz 020 | 65 6c 6c 61 6e 65 75 6d 08 00 07 8b 03 00 00 00 | ellaneum........ 030 | 0c 00 05 8b c0 b6 ac 0e 01 00 01 00 08 00 01 8c | ................ 040 | 1b ae a4 0b 08 00 2b 8b 00 00 00 08 24 00 21 8b | ......+.....$.!. 050 | 40 42 0f 00 00 00 00 08 80 84 1e 00 00 00 00 08 | @B.............. 060 | 60 ec 53 00 00 00 00 08 c0 d8 a7 00 00 00 00 08 | `.S............. 070 | 13 00 02 8c 0b 00 00 08 62 63 6e 5f 69 6e 74 3d | ........bcn_int= 080 | 31 30 30 14 00 15 8b 01 00 00 40 96 37 ff 94 ff | 100.......@.7... 090 | 7b 50 01 40 22 20 c1 14 00 1b 8b 0c 00 01 00 50 | {P.@" .........P 0a0 | 6f 72 7a 65 6c 6c 61 6e 65 75 6d 08 00 07 8b 03 | orzellaneum..... 0b0 | 00 00 00 0c 00 05 8b c0 b6 ac 0e 01 00 01 00 08 | ................ 0c0 | 00 01 8c 40 c1 a4 0b 08 00 2b 8b 00 00 00 08 24 | ...@.....+.....$ 0d0 | 00 21 8b 40 42 0f 00 00 00 00 08 80 84 1e 00 00 | .!.@B........... 0e0 | 00 00 08 60 ec 53 00 00 00 00 08 c0 d8 a7 00 00 | ...`.S.......... 0f0 | 00 00 08 13 00 02 8c 0b 00 00 08 62 63 6e 5f 69 | ...........bcn_i 100 | 6e 74 3d 31 30 30 | nt=100 [INT] AP MAC : 00 40 96 46 9a 8a [INT] ESSID : Porzellaneum [INT] Quality : 27 Signal : -82 Noise : -92 [INT] IWEVCUSTOM : bcn_int=100 [INT] AP MAC : 00 40 96 37 ff 94 [CONFIG] Found new ESSID block, adding... [INT] ESSID : Porzellaneum [INT] Quality : 64 Signal : -63 Noise : -92 [INT] IWEVCUSTOM : bcn_int=100 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] No valid network data!! (wireless_sm_check_globals) [CONFIG] Checking Porzellaneum with Priority 255 [CONFIG] Checking Porzellaneum with Priority 255 [INT] Closing socket descriptor #6 [STATE] Reinit state machine [STATE] [backend_sm] IDLE -> INITIALIZE [STATE] [backend_sm] INITIALIZE -> IDLE [INT] No network configuration information available to handle cleanup. Assuming there is no cleanup to be done. [INT] Sending Logoff for int eth1! [INT] No network information available. Assuming we don't need to send a logoff. [INT] Called cardif_linux_rtnetlink_cleanup()! [INT] Setting Linkmode to 0. [INT] Clearing keys! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! cardif_linux_wext_delete_key : Not supported by WE(16)! [INT] Turning off WPA support/state. [INT] Setting BSSID : 00 00 00 00 00 00 [CONFIG] Cleaning up SSID structs. [CONFIG] Deinit wireless SM [CONFIG] Clean up timers [CONFIG] Clean up event core [CONFIG] Clearing handler 'rtnetlink handler'. [CONFIG] Clearing handler 'IPC master socket'. [CONFIG] Clearing handler 'frame handler'. [CONFIG] Free up config [CONFIG] Free memory used to parse config [CONFIG] Clean up log file [CONFIG] Clean up config path. [CONFIG] Clean up OpenSSL error strings [CONFIG] Clean up OpenSSL library data [CONFIG] Clean up pid file
koliko ja kontam nemoze key da pokupi kako treba…