Ticket #8667 (new defect)
wpa_supplicant generates many redundant scan requests before associating
| Reported by: | jcardona | Owned by: | dsaxena |
|---|---|---|---|
| Priority: | high | Milestone: | 8.2.1 |
| Component: | wireless | Version: | not specified |
| Keywords: | 8.2.1:+ | Cc: | mbletsas, jcardona, carrano, ashishs, joe, cjl, cjb |
| Action Needed: | test in build | Verified: | no |
| Deployments affected: | Blocked By: | #9053 | |
| Blocking: |
Description
Below is the dmesg log (libertas_debug=0x180) for one instance of this problem. This is the log for one individual association request via wpa_supplicant. The "scan table:" line is printed at the end of a full scan (all channels). In each output we see that the requested AP (SSID=cozybit) is found and reported. Yet it takes 8 full scans before an association request is formed.
cat dmesg0.log | grep -e cozybit -e 'scan table' -e 'looking' -e flag [85036.478574] libertas scan: scan table: [85036.478574] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 58, SSID 'cozybit' [85037.979206] libertas scan: got SSID IE: 'cozybit', len 7 [85039.914010] libertas scan: scan table: [85039.914051] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 55, SSID 'cozybit' [85041.418576] libertas scan: got SSID IE: 'cozybit', len 7 [85043.367222] libertas scan: scan table: [85043.367256] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 59, SSID 'cozybit' [85044.860520] libertas scan: got SSID IE: 'cozybit', len 7 [85046.771237] libertas scan: scan table: [85046.771278] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 58, SSID 'cozybit' [85048.266732] libertas scan: got SSID IE: 'cozybit', len 7 [85050.226451] libertas scan: scan table: [85050.226485] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 57, SSID 'cozybit' [85051.729253] libertas scan: got SSID IE: 'cozybit', len 7 [85053.673176] libertas scan: scan table: [85053.673211] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 57, SSID 'cozybit' [85055.166316] libertas scan: got SSID IE: 'cozybit', len 7 [85057.118583] libertas scan: scan table: [85057.118583] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 58, SSID 'cozybit' [85058.616951] libertas scan: got SSID IE: 'cozybit', len 7 [85060.553657] libertas scan: scan table: [85060.553690] libertas scan: 00: BSSID 00:13:10:11:11:11, RSSI 56, SSID 'cozybit' [85061.058737] flags: 0x00000c36 [85061.058746] SSID: 'cozybit' [85061.165825] libertas assoc: ASSOC: associated to 'cozybit', 00:13:10:11:11:11
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


