OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_mac_address
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/
hostapd_server.py
160
def get_client_mib(self,
client_mac_address
):
161
"""Get a dict representing the MIB properties for |
client_mac_address
|.
163
@param
client_mac_address
string MAC address of the client.
167
# Expected output of "hostapd cli <
client_mac_address
>":
174
result = self.send_command('sta %s' %
client_mac_address
)
182
elif line ==
client_mac_address
:
199
def client_has_authenticated(self,
client_mac_address
):
200
"""Return whether |
client_mac_address
| has successfully authenticated.
202
@param
client_mac_address
string MAC address of the client.
206
mib = self.get_client_mib(
client_mac_address
)
[
all
...]
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py
124
client_mac_address
= ethernet_pair.peer_interface_mac
125
if not hostapd.client_has_authenticated(
client_mac_address
):
129
if hostapd.client_has_logged_off(
client_mac_address
):
140
if not hostapd.client_has_logged_off(
client_mac_address
):
Completed in 566 milliseconds