Denis Kenzior
|
46a0c1db00
|
scan: Extract WSC IEs
|
2015-09-28 20:37:04 -05:00 |
|
Denis Kenzior
|
0b298dd313
|
scan: Add debug in scan_exit
|
2015-09-22 14:07:27 -05:00 |
|
Denis Kenzior
|
3f7e6e86bb
|
scan: Reset nl80211 when scan_exit called
|
2015-09-22 14:07:02 -05:00 |
|
Denis Kenzior
|
f064230afa
|
scan: Add scan request queue
For queuing up Active & Passive scans from other modules inside IWD
|
2015-09-22 14:06:40 -05:00 |
|
Denis Kenzior
|
b000c702b0
|
scan: Refactor scanning code
In preparation for adding active scans
|
2015-09-22 14:04:08 -05:00 |
|
Denis Kenzior
|
971b3dfed0
|
scan: Make scan_bss_compute_rank static
|
2015-06-22 14:12:20 -05:00 |
|
Denis Kenzior
|
0cba8ea2e9
|
scan: Add scan_bss_rank_compare
|
2015-06-16 17:12:26 -05:00 |
|
Denis Kenzior
|
03004bd7b6
|
scan: Rename scan_free to scan_exit
|
2015-06-10 16:41:37 -05:00 |
|
Denis Kenzior
|
9773405c47
|
scan: Parse scanned frequencies
|
2015-06-10 16:41:37 -05:00 |
|
Denis Kenzior
|
b70f5a239d
|
scan: Add scan_freq_set utility class
|
2015-06-10 16:41:35 -05:00 |
|
Denis Kenzior
|
5ae63817b9
|
scan: Add scan_freq_to_channel
|
2015-06-10 16:38:49 -05:00 |
|
Denis Kenzior
|
f24b550196
|
scan: Include supported rates in ranking
|
2015-06-10 16:38:49 -05:00 |
|
Denis Kenzior
|
9eac017ec4
|
scan: Parse [extended] supported rates ie
|
2015-06-10 16:38:45 -05:00 |
|
Denis Kenzior
|
f648a3f0eb
|
scan: Include BSS Load channel utilization in rank
|
2015-06-10 16:28:14 -05:00 |
|
Denis Kenzior
|
3f2c728242
|
scan: Fix signal strength ranking calculation
We incorrectly ranked lower signal strength APs higher.
|
2015-06-10 16:28:14 -05:00 |
|
Denis Kenzior
|
99ac4d1b0d
|
scan: Make factors static const
|
2015-06-10 16:28:14 -05:00 |
|
Denis Kenzior
|
1b4a3f19f3
|
scan: Add initial BSS rank computation
|
2015-06-05 18:18:55 -05:00 |
|
Denis Kenzior
|
05c83349c6
|
scan: Add periodic scanning
|
2015-06-04 22:32:10 -05:00 |
|
Denis Kenzior
|
f2f1bfcdf9
|
scan: Move rest of scanning code into scan.c
|
2015-06-01 09:45:47 -05:00 |
|
Andrew Zaborowski
|
4b1555c935
|
scan: Utility to find AP supported ciphers
Extracts the supported ciphers masks from the beacon data. If RSN IE
was present, the WPA IE is ignored.
|
2015-05-18 12:37:34 -05:00 |
|
Denis Kenzior
|
1795105c60
|
wiphy: Move scan result parsing to scan.c
|
2015-05-01 17:27:42 -05:00 |
|
Denis Kenzior
|
bf43acfd93
|
scan: Add scan_bss_free
|
2015-04-30 22:21:31 -05:00 |
|
Denis Kenzior
|
feefad9957
|
scan: use new l_genl send APIs
|
2015-02-27 11:00:27 -06:00 |
|
Jukka Rissanen
|
6ddd2b894d
|
scan: SSID security check was missing values
Refactoring SSID security check function to work properly so that
it can differentiate AP security setting correctly.
|
2015-02-02 15:09:50 -06:00 |
|
Denis Kenzior
|
ce3ffd732f
|
scan: Make const correct
|
2015-01-28 21:23:16 -06:00 |
|
Jukka Rissanen
|
8f73bc825f
|
scan: Add utility to categorize BSS security type
Utility function gets the RSNE information element and
figures out whether the SSID is Open, WEP, PSK or 802.1X
network.
|
2015-01-28 12:34:01 -06:00 |
|
Jukka Rissanen
|
cb78798857
|
scan: Refactor scan result fetching to scan.c
No functionality changes by this commit.
|
2015-01-12 23:09:31 -06:00 |
|
Jukka Rissanen
|
f73708e1d7
|
scan: Refactor scheduled scan code to scan.c
Move the implementation details of triggering scheduled wifi scans
over netlink to scan.c from wiphy.c. No functionality is affected
by this commit.
|
2015-01-12 23:09:31 -06:00 |
|
Jukka Rissanen
|
35d0c519d7
|
scan: Refactor scan start details to scan.c
Move the implementation details of triggering wifi scans over netlink
to scan.c from wiphy.c. No functionality is changed by this commit.
|
2015-01-12 23:09:31 -06:00 |
|