Home
last modified time | relevance | path

Searched refs:probereq (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_event.c370 * @probereq: Whether this is a Probe Request event
373 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) in event_add() argument
382 if (probereq) in event_add()
392 if (s->last_event_failed && probereq && len > 0) { in event_add()
H A Dwps_upnp_i.h180 int event_add(struct subscription *s, const struct wpabuf *data, int probereq);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_event.c371 * @probereq: Whether this is a Probe Request event
375 int probereq) in wps_upnp_event_add()
384 if (probereq) in wps_upnp_event_add()
394 if (s->last_event_failed && probereq && len > 0) { in wps_upnp_event_add()
374 wps_upnp_event_add(struct subscription *s, const struct wpabuf *data, int probereq) wps_upnp_event_add() argument
H A Dwps_upnp_i.h182 int probereq);

Completed in 3 milliseconds