OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_pin
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c
633
int
new_pin
;
local
706
new_pin
= wpas_p2p_connect(wpa_s, addr, pin, wps_method,
711
if (
new_pin
>= 0) {
715
ret = os_snprintf(npin, sizeof(npin), "%08d",
new_pin
);
726
switch (
new_pin
) {
/src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c
6367
int
new_pin
;
local
6498
new_pin
= wpas_p2p_connect(wpa_s, addr, pin, wps_method,
6503
if (
new_pin
== -2) {
6507
if (
new_pin
== -3) {
6511
if (
new_pin
< 0)
6514
ret = os_snprintf(buf, buflen, "%08d",
new_pin
);
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026