Searched defs:probereq (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_event.c372 * @probereq: Whether this is a Probe Request event
375 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) argument
384 if (probereq)
394 if (s->last_event_failed && probereq && len > 0) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_event.c372 * @probereq: Whether this is a Probe Request event
375 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) argument
384 if (probereq)
394 if (s->last_event_failed && probereq && len > 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_event.c372 * @probereq: Whether this is a Probe Request event
375 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) argument
384 if (probereq)
394 if (s->last_event_failed && probereq && len > 0) {

Completed in 52 milliseconds