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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 189 * set_ie_cb - Callback for WPS IE changes
200 int (*set_ie_cb)(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len, member in struct:wps_registrar_config
wps_registrar.c 89 int (*set_ie_cb)(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len, member in struct:wps_registrar
370 reg->set_ie_cb = cfg->set_ie_cb;
761 if (reg->set_ie_cb == NULL)
764 return reg->set_ie_cb(reg->cb_ctx, wpabuf_head(beacon_ie),
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 266 * set_ie_cb - Callback for WPS IE changes
276 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 100 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member in struct:wps_registrar
596 reg->set_ie_cb = cfg->set_ie_cb;
1086 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1126 if (reg->set_ie_cb == NULL)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 925 cfg.set_ie_cb = hostapd_wps_set_ie_cb;
    [all...]

Completed in 62 milliseconds