|
现在网卡已经可以正常驱动了。
- gentoo-pjq pjq # iwlist wlan0 scan
- wlan0 Scan completed :
- Cell 01 - Address: 00:16:01:84:9F:E4
- ESSID:"voodoo_cat"
- Mode:Master
- Channel:2
- Frequency:2.417 GHz (Channel 2)
- Quality=48/100 Signal level:-68 dBm
- Encryption key:on
- IE: WPA Version 1
- Group Cipher : TKIP
- Pairwise Ciphers (1) : TKIP
- Authentication Suites (1) : PSK
- Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
- 24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
- 12 Mb/s; 48 Mb/s
- Extra:tsf=0000011128b4a4a4
- Extra: Last beacon: 701ms ago
- Cell 02 - Address: 00:1B:11:A6:7F:BC
- ESSID:"522"
- Mode:Master
- Channel:6
- Frequency:2.437 GHz (Channel 6)
- Quality=47/100 Signal level:-78 dBm
- Encryption key:on
- IE: WPA Version 1
- Group Cipher : TKIP
- Pairwise Ciphers (2) : TKIP CCMP
- Authentication Suites (1) : PSK
- IE: IEEE 802.11i/WPA2 Version 1
- Group Cipher : TKIP
- Pairwise Ciphers (2) : TKIP CCMP
- Authentication Suites (1) : PSK
- Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
- 9 Mb/s; 12 Mb/s; 48 Mb/s; 18 Mb/s; 24 Mb/s
- 36 Mb/s; 54 Mb/s
- Extra:tsf=00000016b66cbbe5
- Extra: Last beacon: 408ms ago
- Cell 03 - Address: 00:1D:0F:77:5E:B2
- ESSID:"A320"
- Mode:Master
- Channel:6
- Frequency:2.437 GHz (Channel 6)
- Quality=46/100 Signal level:-82 dBm
- Encryption key:on
- Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
- 12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s
- 48 Mb/s; 54 Mb/s
- Extra:tsf=00000006213569f9
- Extra: Last beacon: 405ms ago
复制代码
现在需要连接Cell 02,按照http://www.gentoo-wiki.info/RT73
配置[SIZE=-1]/etc/wpa_supplicant/wpa_supplicant.conf
不知道这个文件该如何配置。
现在就是参数它配置:
- ctrl_interface=/var/run/wpa_supplicant
- network={
- ssid="YOUR_WIRELESS_NAME"
- mode=1
- proto=WPA
- key_mgmt=WPA-NONE
- pairwise=NONE
- group=TKIP
- psk="YOUR_PASSWORD"
- }
复制代码
启动WLAN0
- gentoo-pjq pjq # /etc/init.d/net.wlan0 restart
- * Bringing down interface wlan0
- * Stopping wpa_cli on wlan0 ... [ ok ]
- * Stopping wpa_supplicant on wlan0 ... [ ok ]
- * Bringing up interface wlan0
- * Starting wpa_supplicant on wlan0 ... [ ok ]
- * Starting wpa_cli on wlan0 ... [ ok ]
- * Backgrounding ... ...
- * WARNING: net.wlan0 has started, but is inactive
复制代码
提示inactive.
dmesg输出信息如下:
- [ 2843.172611] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 2843.175049] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 2843.175055] wlan0: AP denied association (code=1)
- [ 2843.372038] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 2843.375939] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 2843.375944] wlan0: AP denied association (code=1)
- [ 2843.572039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 2843.574425] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 2843.574430] wlan0: AP denied association (code=1)
- [ 2843.772042] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 4366.606673] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4366.606682] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4366.606687] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4366.606692] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4366.606701] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 4366.609183] wlan0: authenticated
- [ 4366.609189] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4366.611567] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4366.611573] wlan0: AP denied association (code=1)
- [ 4366.809039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4366.811433] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4366.811438] wlan0: AP denied association (code=1)
- [ 4367.009038] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4367.012434] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4367.012439] wlan0: AP denied association (code=1)
- [ 4367.209039] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 4748.442550] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4748.442558] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4748.442564] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4748.442569] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4748.442577] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 4748.445059] wlan0: authenticated
- [ 4748.445064] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4748.447431] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4748.447435] wlan0: AP denied association (code=1)
- [ 4748.645036] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4748.647559] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4748.647564] wlan0: AP denied association (code=1)
- [ 4748.845035] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4748.847558] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4748.847563] wlan0: AP denied association (code=1)
- [ 4749.045043] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 4921.022923] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4921.022932] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4921.022937] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4921.022943] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 4921.022951] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 4921.026467] wlan0: authenticated
- [ 4921.026474] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4921.028579] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4921.028585] wlan0: AP denied association (code=1)
- [ 4921.226038] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4921.228560] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4921.228565] wlan0: AP denied association (code=1)
- [ 4921.426030] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 4921.428435] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 4921.428440] wlan0: AP denied association (code=1)
- [ 4921.626038] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5197.683155] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.683164] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.683169] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.683175] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.683182] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5197.688178] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.688186] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.688191] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.688196] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5197.688204] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5197.689560] wlan0: authenticated
- [ 5197.689566] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5197.696705] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5197.696711] wlan0: AP denied association (code=1)
- [ 5197.889037] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5197.891433] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5197.891438] wlan0: AP denied association (code=1)
- [ 5198.089038] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5198.091682] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5198.091687] wlan0: AP denied association (code=1)
- [ 5198.289040] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5250.854791] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.854799] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.854804] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.854810] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.854818] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5250.864926] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.864935] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.864941] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.864946] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5250.864953] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5250.864986] wlan0: authenticated
- [ 5250.864990] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5250.872316] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5250.872323] wlan0: AP denied association (code=1)
- [ 5251.065039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5251.068687] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5251.068692] wlan0: AP denied association (code=1)
- [ 5251.265037] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5251.268810] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5251.268815] wlan0: AP denied association (code=1)
- [ 5251.465041] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5351.939164] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.939171] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.939177] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.939182] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.939190] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5351.948552] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.948561] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.948567] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.948572] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5351.948580] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5351.957225] wlan0: authenticated
- [ 5351.957236] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5351.959599] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5351.959606] wlan0: AP denied association (code=1)
- [ 5352.157038] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5352.161185] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5352.161190] wlan0: AP denied association (code=1)
- [ 5352.357039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5352.359562] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5352.359567] wlan0: AP denied association (code=1)
- [ 5352.557040] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5405.189400] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.189409] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.189415] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.189420] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.189428] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5405.196178] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.196187] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.196192] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.196198] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5405.196205] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5405.196238] wlan0: authenticated
- [ 5405.196243] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5405.200875] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5405.200882] wlan0: AP denied association (code=1)
- [ 5405.396037] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5405.402055] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5405.402060] wlan0: AP denied association (code=1)
- [ 5405.596039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5405.598436] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5405.598441] wlan0: AP denied association (code=1)
- [ 5405.796035] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5452.648298] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.648306] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.648312] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.648317] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.648325] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5452.654788] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.654796] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.654801] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.654807] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5452.654814] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5452.660734] wlan0: authenticated
- [ 5452.660744] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5452.662842] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5452.662847] wlan0: AP denied association (code=1)
- [ 5452.860440] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5452.864060] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5452.864065] wlan0: AP denied association (code=1)
- [ 5453.060039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5453.066555] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5453.066560] wlan0: AP denied association (code=1)
- [ 5453.260029] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5459.946163] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.946172] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.946177] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.946182] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.946190] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5459.951444] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.951451] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.951457] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.951462] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5459.951470] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5459.955284] wlan0: authenticated
- [ 5459.955293] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5459.961317] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5459.961323] wlan0: AP denied association (code=1)
- [ 5460.155031] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5460.157440] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5460.157446] wlan0: AP denied association (code=1)
- [ 5460.355042] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5460.360173] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5460.360179] wlan0: AP denied association (code=1)
- [ 5460.555034] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5534.044787] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.044795] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.044801] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.044806] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.044814] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5534.051538] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.051546] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.051551] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.051556] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5534.051564] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5534.052296] wlan0: authenticated
- [ 5534.052302] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5534.070989] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5534.070996] wlan0: AP denied association (code=1)
- [ 5534.252035] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5534.255446] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5534.255453] wlan0: AP denied association (code=1)
- [ 5534.452033] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5534.455928] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5534.455935] wlan0: AP denied association (code=1)
- [ 5534.652037] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5573.159645] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.159654] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.159659] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.159665] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.159673] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5573.165803] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.165812] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.165817] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.165822] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5573.165830] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5573.170610] wlan0: authenticated
- [ 5573.170619] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5573.174880] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5573.174887] wlan0: AP denied association (code=1)
- [ 5573.370036] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5573.372592] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5573.372597] wlan0: AP denied association (code=1)
- [ 5573.570039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5573.576180] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5573.576185] wlan0: AP denied association (code=1)
- [ 5573.770038] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5605.420646] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.420654] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.420660] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.420665] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.420674] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5605.427054] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.427062] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.427068] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.427073] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5605.427081] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5605.427613] wlan0: authenticated
- [ 5605.427619] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5605.440958] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5605.440964] wlan0: AP denied association (code=1)
- [ 5605.627039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5605.630307] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5605.630312] wlan0: AP denied association (code=1)
- [ 5605.827039] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5605.829562] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5605.829566] wlan0: AP denied association (code=1)
- [ 5606.027038] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5696.909790] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.909797] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.909803] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.909808] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.909816] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5696.925418] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.925426] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.925432] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.925437] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5696.925446] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5696.927061] wlan0: authenticated
- [ 5696.927069] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5696.929797] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5696.929803] wlan0: AP denied association (code=1)
- [ 5697.127030] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5697.129559] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5697.129564] wlan0: AP denied association (code=1)
- [ 5697.327036] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5697.331934] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5697.331939] wlan0: AP denied association (code=1)
- [ 5697.527036] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5764.356667] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.356676] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.356682] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.356687] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.356695] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5764.366178] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.366187] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.366192] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.366198] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5764.366206] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5764.366237] wlan0: authenticated
- [ 5764.366241] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5764.371381] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5764.371387] wlan0: AP denied association (code=1)
- [ 5764.566036] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5764.568432] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5764.568437] wlan0: AP denied association (code=1)
- [ 5764.766038] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5764.768429] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5764.768433] wlan0: AP denied association (code=1)
- [ 5764.966038] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5846.311036] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.311045] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.311051] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.311056] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.311064] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5846.317677] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.317686] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.317691] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.317697] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5846.317704] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5846.320309] wlan0: authenticated
- [ 5846.320315] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5846.323060] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5846.323066] wlan0: AP denied association (code=1)
- [ 5846.520041] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5846.522426] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5846.522431] wlan0: AP denied association (code=1)
- [ 5846.720038] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5846.722436] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5846.722441] wlan0: AP denied association (code=1)
- [ 5846.920036] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 5900.291506] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.291514] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.291520] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.291525] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.291534] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5900.298677] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.298685] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.298691] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.298696] phy2 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 4, CWmax: 10, Aifs: 2.
- [ 5900.298703] wlan0: authenticate with AP 00:1b:11:a6:7f:bc
- [ 5900.298736] wlan0: authenticated
- [ 5900.298741] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5900.303062] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5900.303068] wlan0: AP denied association (code=1)
- [ 5900.498031] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5900.500558] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5900.500563] wlan0: AP denied association (code=1)
- [ 5900.698040] wlan0: associate with AP 00:1b:11:a6:7f:bc
- [ 5900.700435] wlan0: RX AssocResp from 00:1b:11:a6:7f:bc (capab=0x431 status=1 aid=0)
- [ 5900.700440] wlan0: AP denied association (code=1)
- [ 5900.898037] wlan0: association with AP 00:1b:11:a6:7f:bc timed out
- [ 6369.999797] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
- [ 6370.002177] wlan0: deauthenticated
- [ 6375.822931] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
- [ 6381.646678] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
- [ 6387.469803] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
- [ 6393.300921] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
- [ 6399.136172] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
复制代码 |
|