HomeSort by relevance Sort by last modified time
    Searched defs:UPNP_ADVERTISE_REPEAT (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 26 #define UPNP_ADVERTISE_REPEAT 2 /* no more than 3 */
189 switch (a->state / UPNP_ADVERTISE_REPEAT) {
214 if (a->state + 1 >= 4 * UPNP_ADVERTISE_REPEAT)
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 26 #define UPNP_ADVERTISE_REPEAT 2 /* no more than 3 */
182 switch (a->state / UPNP_ADVERTISE_REPEAT) {
207 if (a->state + 1 >= 4 * UPNP_ADVERTISE_REPEAT)

Completed in 18 milliseconds