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 125 * next_advertisement - Build next message and advance the state machine
130 * Note: next_advertisement is shared code with msearchreply_* functions
133 next_advertisement(struct upnp_wps_device_sm *sm, function
258 msg = next_advertisement(sm, a, &islast);
297 msg = next_advertisement(sm, a, &islast);
414 msg = next_advertisement(sm, a, &islast);

Completed in 148 milliseconds