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 263 * set_ie_cb - Callback for WPS IE changes
273 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member in struct:wps_registrar_config
315 * 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;
1200 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1238 if (reg->set_ie_cb == NULL)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 1113 cfg.set_ie_cb = hostapd_wps_set_ie_cb;
    [all...]

Completed in 712 milliseconds