Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:handover
(Results
1 - 7
of
7
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H
A
D
dpp-nfc.py
269
def dpp_handover_client(
handover
, alt=False):
272
handover
.i_m_selector = False
273
run_dpp_handover_client(
handover
, alt)
276
def run_client_alt(
handover
, alt):
277
if
handover
.start_client_alt and not alt:
278
handover
.start_client_alt = False
279
summary("Try to send alternative
handover
request")
280
dpp_handover_client(
handover
, alt=True)
282
class HandoverClient(nfc.
handover
.HandoverClient):
283
def __init__(self,
handover
, ll
[all...]
H
A
D
p2p-nfc.py
19
import nfc.
handover
namespace
161
summary("Could not get
handover
request carrier record from wpa_supplicant")
188
client = nfc.
handover
.HandoverClient(llc)
190
summary("Trying to initiate NFC connection
handover
")
192
summary("Connected for
handover
")
202
summary("Sending
handover
request")
205
summary("Failed to send
handover
request")
209
summary("Receiving
handover
response")
238
success_report("P2P
handover
reported successfully (initiator)")
240
summary("P2P
handover
repor
[all...]
H
A
D
wps-nfc.py
19
import nfc.
handover
namespace
138
class HandoverServer(nfc.
handover
.HandoverServer):
146
# due to new WSC
handover
format
148
summary("received
handover
request {}".format(request.type))
151
summary("not a
handover
request")
159
summary("send
handover
response {}".format(response.type))
166
print("Parsed
handover
request: " + request.pretty())
178
summary("Could not get
handover
select carrier record from wpa_supplicant")
198
summary("Sending
handover
select")
204
summary("Trying to initiate WPS
handover
")
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H
A
D
p2p-nfc.py
19
import nfc.
handover
namespace
161
summary("Could not get
handover
request carrier record from wpa_supplicant")
188
client = nfc.
handover
.HandoverClient(llc)
190
summary("Trying to initiate NFC connection
handover
")
192
summary("Connected for
handover
")
202
summary("Sending
handover
request")
205
summary("Failed to send
handover
request")
209
summary("Receiving
handover
response")
238
success_report("P2P
handover
reported successfully (initiator)")
240
summary("P2P
handover
repor
[all...]
H
A
D
wps-nfc.py
19
import nfc.
handover
namespace
138
class HandoverServer(nfc.
handover
.HandoverServer):
146
# due to new WSC
handover
format
148
summary("received
handover
request {}".format(request.type))
151
summary("not a
handover
request")
159
summary("send
handover
response {}".format(response.type))
166
print("Parsed
handover
request: " + request.pretty())
178
summary("Could not get
handover
select carrier record from wpa_supplicant")
198
summary("Sending
handover
select")
204
summary("Trying to initiate WPS
handover
")
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
wps-ap-nfc.py
17
import nfc.
handover
namespace
110
class HandoverServer(nfc.
handover
.HandoverServer):
117
# due to new WSC
handover
format
119
summary("received
handover
request {}".format(request.type))
122
summary("not a
handover
request")
130
summary("send
handover
response {}".format(response.type))
136
print("Parsed
handover
request: " + request.pretty())
149
summary("Could not get
handover
select carrier record from hostapd")
168
summary("Sending
handover
select")
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
wps-ap-nfc.py
17
import nfc.
handover
namespace
110
class HandoverServer(nfc.
handover
.HandoverServer):
117
# due to new WSC
handover
format
119
summary("received
handover
request {}".format(request.type))
122
summary("not a
handover
request")
130
summary("send
handover
response {}".format(response.type))
136
print("Parsed
handover
request: " + request.pretty())
149
summary("Could not get
handover
select carrier record from hostapd")
168
summary("Sending
handover
select")
Completed in 5 milliseconds