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

  /external/wpa_supplicant_8/src/ap/
ap_config.h 359 u8 *extra_cred; member in struct:hostapd_bss_config
ap_config.c 492 os_free(conf->extra_cred);
wps_hostapd.c 1151 cfg.extra_cred = conf->extra_cred;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 345 * configuration and Enrollee capabilities. The extra_cred data will
351 * extra_cred: Additional Credential attribute(s)
358 const u8 *extra_cred; member in struct:wps_registrar_config
361 * extra_cred_len: Length of extra_cred in octets
372 * program to take care of configuration. This requires the extra_cred
wps_registrar.c 167 struct wpabuf *extra_cred; member in struct:wps_registrar
663 if (cfg->extra_cred) {
664 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
666 if (reg->extra_cred == NULL) {
700 wpabuf_free(reg->extra_cred);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 664 milliseconds