hunz@akasha:~/hermesap/cvs/hfw$ sudo iwconfig eth1 eth1 IEEE 802.11-DS ESSID:"non-specified SSID !!" Nickname:"HERMES I" Mode:Master Frequency:2.422GHz Access Point: 00:02:2D:28:0F:20 Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3 Retry limit:4 RTS thr:off Fragment thr:off Encryption key:off Power Management:off hunz@akasha:~/hermesap/cvs/hfw$ sudo iwconfig eth3 eth3 IEEE 802.11-DS Mode:Repeater Access Point: 00:00:00:00:00:00 Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 |
sudo ifconfig eth1 down sudo ifconfig eth2 down hunz@akasha:~/hermesap/cvs/hfw$ sudo ./hfwload eth1 ../firmware/T1085800.hfw segm ofs 1F4800 len A400 dlen A400 unk 0 segm ofs 1FF000 len 1000 dlen 1000 unk 0 no matching PDA entry for plugrecord 00000160 1C no matching PDA entry for plugrecord 00000161 100 hfw_upload: 0 hunz@akasha:~/hermesap/cvs/hfw$ sudo ./hfwload eth2 ../firmware/T1085800.hfw segm ofs 1F4800 len A400 dlen A400 unk 0 segm ofs 1FF000 len 1000 dlen 1000 unk 0 hfw_upload: 0 hunz@akasha:~/hermesap/cvs/hfw$ sudo iwconfig eth1 eth1 IEEE 802.11-DS ESSID:"non-specified SSID !!" Nickname:"HERMES I" Mode:Master Frequency:2.422GHz Access Point: 00:02:2D:28:0F:20 Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3 Retry limit:4 RTS thr:off Fragment thr:off Encryption key:off Power Management:off hunz@akasha:~/hermesap/cvs/hfw$ sudo iwconfig eth2 eth2 IEEE 802.11-DS ESSID:"non-specified SSID !!" Nickname:"HERMES I" Mode:Master Frequency:2.457GHz Access Point: 00:02:2D:6B:F1:90 Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3 Retry limit:4 RTS thr:off Fragment thr:off Encryption key:off Power Management:off |
hunz@akasha:~/hermesap/cvs/hfw$ sudo iwpriv eth1 ... add_wds (8BE9) : set 0 & get 16 char del_wds (8BEA) : set 16 char & get 0 ... |
hunz@akasha:~/hermesap/cvs/hfw$ sudo iwpriv eth1
add_wds eth1 add_wds:eth3 |
hunz@akasha:~/hermesap/cvs/hfw$ sudo iwpriv eth2
add_wds eth2 add_wds:eth4 |
hunz@akasha:~/hermesap/cvs/hfw$ sudo iwconfig eth3
ap 00:02:2D:6B:F1:90 hunz@akasha:~/hermesap/cvs/hfw$ sudo iwconfig eth4 ap 00:02:2D:28:0F:20 |
hunz@akasha:~/hermesap/cvs/hfw$ sudo ifconfig eth3
up 192.168.5.1 hunz@akasha:~/hermesap/cvs/hfw$ sudo ifconfig eth4 up 192.168.6.1 |
hunz@akasha:/usr/local/src/pcmcia-cs-3.2.3/wireless$ ping 192.168.5.2 PING 192.168.5.2 (192.168.5.2): 56 data bytes --- 192.168.5.2 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss hunz@akasha:~/hermesap/cvs/hfw$ sudo tcpdump -i eth4 tcpdump: listening on eth4 07:24:08.113982 arp who-has 192.168.5.2 tell 192.168.5.1 07:24:09.113971 arp who-has 192.168.5.2 tell 192.168.5.1 07:24:10.113915 arp who-has 192.168.5.2 tell 192.168.5.1 07:24:11.113860 arp who-has 192.168.5.2 tell 192.168.5.1 07:24:12.113815 arp who-has 192.168.5.2 tell 192.168.5.1 |
hunz@akasha:/usr/local/src/pcmcia-cs-3.2.3/wireless$ sudo iwconfig eth4 eth4 IEEE 802.11-DS Mode:Repeater Access Point: 00:02:2D:28:0F:20 Link Quality:51/92 Signal level:106/153 Noise level:55/153 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 |
hunz@akasha:~/hermesap/cvs/hfw$ sudo ifconfig eth3
down hunz@akasha:~/hermesap/cvs/hfw$ sudo iwpriv eth1 del_wds eth3 |