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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 126 * next_advertisement - Build next message and advance the state machine
131 * Note: next_advertisement is shared code with msearchreply_* functions
134 next_advertisement(struct advertisement_state_machine *a, int *islast) function
256 msg = next_advertisement(a, &islast);
295 msg = next_advertisement(a, &islast);
426 msg = next_advertisement(a, &islast);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 115 * next_advertisement - Build next message and advance the state machine
120 * Note: next_advertisement is shared code with msearchreply_* functions
123 next_advertisement(struct upnp_wps_device_sm *sm, function
248 msg = next_advertisement(sm, a, &islast);
287 msg = next_advertisement(sm, a, &islast);
404 msg = next_advertisement(sm, a, &islast);

Completed in 26 milliseconds