HomeSort by: relevance | last modified time | path
    Searched defs:extra_cred (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps.h 370 * configuration and Enrollee capabilities. The extra_cred data will
376 * extra_cred: Additional Credential attribute(s)
383 const u8 *extra_cred; member in struct:wps_registrar_config
386 * extra_cred_len: Length of extra_cred in octets
397 * program to take care of configuration. This requires the extra_cred
wps_registrar.c 171 struct wpabuf *extra_cred; member in struct:wps_registrar
687 if (cfg->extra_cred) {
688 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
690 if (reg->extra_cred == NULL) {
753 wpabuf_clear_free(reg->extra_cred);
1828 if (wps->wps->registrar->extra_cred) {
1830 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 508 u8 *extra_cred; member in struct:hostapd_bss_config

Completed in 57 milliseconds