HomeSort by relevance Sort by last modified time
    Searched refs:set_ie_cb (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.h 264 * set_ie_cb - Callback for WPS IE changes
274 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member in struct:wps_registrar_config
316 * set_ie_cb() is used by AP implementation in similar caes, but it
wps_registrar.c 149 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member in struct:wps_registrar
648 reg->set_ie_cb = cfg->set_ie_cb;
1213 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 1138 cfg.set_ie_cb = hostapd_wps_set_ie_cb;
    [all...]

Completed in 67 milliseconds