OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wlanevent
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c
168
*
WLANEvent
and PutWLANResponse are used.
496
* This function queues the last
WLANEvent
to be sent for all currently
497
* subscribed UPnP control points. sm->
wlanevent
must have been set with the
519
buf_size += 50 + 2 * os_strlen("
WLANEvent
");
520
if (sm->
wlanevent
)
521
buf_size += os_strlen(sm->
wlanevent
);
528
wpabuf_put_property(buf, "
WLANEvent
", sm->
wlanevent
);
531
wpa_printf(MSG_MSGDUMP, "WPS UPnP:
WLANEvent
message:\n%s",
675
* for
WLANEvent
, whatever it was
[
all
...]
wps_upnp_i.h
154
char *
wlanevent
; /* the last
WLANEvent
data */
member in struct:upnp_wps_device_sm
/external/wpa_supplicant_8/src/wps/
wps_upnp.c
168
*
WLANEvent
and PutWLANResponse are used.
468
* This function queues the last
WLANEvent
to be sent for all currently
469
* subscribed UPnP control points. sm->
wlanevent
must have been set with the
497
* In theory, this should apply to all
WLANEvent
517
buf_size += 50 + 2 * os_strlen("
WLANEvent
");
518
if (sm->
wlanevent
)
519
buf_size += os_strlen(sm->
wlanevent
);
526
wpabuf_put_property(buf, "
WLANEvent
", sm->
wlanevent
);
529
wpa_printf(MSG_MSGDUMP, "WPS UPnP:
WLANEvent
message:\n%s"
[
all
...]
wps_upnp_i.h
145
char *
wlanevent
; /* the last
WLANEvent
data */
member in struct:upnp_wps_device_sm
Completed in 62 milliseconds