History log of /external/autotest/server/site_tests/network_WiFi_HiddenScan/network_WiFi_HiddenScan.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d24456396027887b9a954b25a55424e3fd471d1 05-Apr-2017 Brian Norris <briannorris@chromium.org> network_WiFi_{Hidden,Visible}Scan: disable MAC randomization

These tests are looking for the MAC address of the DUT in the packet
capture. Don't let randomization screw this up.

BUG=chromium:627552
TEST=network_WiFi_HiddenScan and network_WiFi_VisibleScan on devices
which support MAC randomization (e.g., mwifiex on 4.4)

Change-Id: I7e6cd6013249e527a5094c342211b55ab375ba55
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/469249
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
/external/autotest/server/site_tests/network_WiFi_HiddenScan/network_WiFi_HiddenScan.py
b8812f4046b5eb0fb9624b007be21ac674767633 22-Apr-2016 Bindu Mahadev <bmahadev@google.com> [autotest]Support for packet capturing using a second AP.

Currently the wifi test context manager only deals with a single
router that also acts as the packet capturer. With the new-style
wifi cells with whirwlind, packet capturer is a separate entity.

Added a new member to the context manger 'pcap_host'. 'pcap_host'
plays the role of exclusive packet capturing on a dedicated AP.
The wifi_test_context_manger sets the capture host to the second AP
if preset or it defaults to the router. It is transparent to the
test, which of the APs is being used for packet capturing.

While here, also changed the commmand line option to enable packet
capturing while abstracting away the details of router vs. dedicated AP.
CMDLINE_PACKET_CAPTURES = 'packet_capture'

BUG=chromium:601238
TEST=Simple connect/matfunc

Change-Id: I58f76ea5e99e700b29c87359fc18345c5db435e8
Reviewed-on: https://chromium-review.googlesource.com/340270
Commit-Ready: Bindu Mahadev <bmahadev@chromium.org>
Commit-Ready: Kris Rambish <krisr@chromium.org>
Tested-by: Bindu Mahadev <bmahadev@chromium.org>
Reviewed-by: Bindu Mahadev <bmahadev@chromium.org>
Reviewed-by: Kris Rambish <krisr@chromium.org>
/external/autotest/server/site_tests/network_WiFi_HiddenScan/network_WiFi_HiddenScan.py
a025919ac2e6d18bd5839979d4c99d4d482f269c 26-Mar-2015 Roshan Pius <rpius@chromium.org> autotest (wifi): Migrate all the capture packet analysis to use pyshark.

Migrating all existing packet capture analysis done using tcpdump
commandline to use pyshark python library since it makes the analysis
less unwieldy.
Uses SSP to install pyshark and its dependencies in lab machines.

BUG=chromium:470708
TEST=Following tests run:
`test_that ${host} network_WiFi_HiddenScan`
`test_that ${host} network_WiFi_VisibleScan`
`test_that ${host} network_WiFi_LowInitialBitrates`
`test_that ${host} network_WiFi_RateControl`

Change-Id: I5ee8891c76760a7250bbd151fdbad0527712a2bb
Reviewed-on: https://chromium-review.googlesource.com/262651
Tested-by: Roshan Pius <rpius@chromium.org>
Reviewed-by: Dan Shi <dshi@chromium.org>
Commit-Queue: Roshan Pius <rpius@chromium.org>
Trybot-Ready: Roshan Pius <rpius@chromium.org>
/external/autotest/server/site_tests/network_WiFi_HiddenScan/network_WiFi_HiddenScan.py
b8706b548bc4c956ec7a831db9defd0b0825232a 28-Jan-2014 mukesh agrawal <quiche@chromium.org> autotest (wifi): add network_WiFi_HiddenScan test

If we have a hidden SSID configured, we should probe for both the hidden
SSID, and the broadcast SSID.

This tests starts a packet capture, and connects to a hidden network.
The test then verifies that a) the packet capture contains probe
request(s) for the hidden SSID and the broadcast SSID, and b) the
packet capture does not contain probes for other SSIDs.

While there: refactor some code, so that we can share it between
this test, and network_WiFi_VisibleScan.

BUG=chromium:338519
TEST=ran test, saw it pass

Change-Id: Icf8ca49e2806f035329aa7e7ca8a761f49f117c6
Reviewed-on: https://chromium-review.googlesource.com/184013
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Tested-by: mukesh agrawal <quiche@chromium.org>
Tested-by: Aviv Keshet <akeshet@chromium.org>
Commit-Queue: mukesh agrawal <quiche@chromium.org>
/external/autotest/server/site_tests/network_WiFi_HiddenScan/network_WiFi_HiddenScan.py