HomeSort by relevance Sort by last modified time
    Searched full:extra_cred (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.h 349 * configuration and Enrollee capabilities. The extra_cred data will
355 * extra_cred: Additional Credential attribute(s)
362 const u8 *extra_cred; member in struct:wps_registrar_config
365 * extra_cred_len: Length of extra_cred in octets
376 * program to take care of configuration. This requires the extra_cred
wps_registrar.c 169 struct wpabuf *extra_cred; member in struct:wps_registrar
655 if (cfg->extra_cred) {
656 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
658 if (reg->extra_cred == NULL) {
706 wpabuf_free(reg->extra_cred);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 393 u8 *extra_cred; member in struct:hostapd_bss_config
ap_config.c 500 os_free(conf->extra_cred);
wps_hostapd.c 1132 cfg.extra_cred = conf->extra_cred;
    [all...]
  /external/wpa_supplicant_8/hostapd/
README-WPS 261 skip_cred_build=1 option in the configuration. extra_cred option will
264 i.e., it will have to include valid WPS attributes. extra_cred can
config_file.c     [all...]
hostapd.conf     [all...]

Completed in 205 milliseconds