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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 238 * configuration and Enrollee capabilities. The extra_cred data will
244 * extra_cred: Additional Credential attribute(s)
251 const u8 *extra_cred; member in struct:wps_registrar_config
254 * extra_cred_len: Length of extra_cred in octets
265 * program to take care of configuration. This requires the extra_cred
wps_registrar.c 101 struct wpabuf *extra_cred; member in struct:wps_registrar
375 if (cfg->extra_cred) {
376 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
378 if (reg->extra_cred == NULL) {
409 wpabuf_free(reg->extra_cred);
1192 if (wps->wps->registrar->extra_cred) {
1194 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 309 u8 *extra_cred; member in struct:hostapd_bss_config
ap_config.c 461 os_free(conf->extra_cred);
wps_hostapd.c 855 cfg.extra_cred = conf->extra_cred;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 352 * configuration and Enrollee capabilities. The extra_cred data will
358 * extra_cred: Additional Credential attribute(s)
365 const u8 *extra_cred; member in struct:wps_registrar_config
368 * extra_cred_len: Length of extra_cred in octets
379 * program to take care of configuration. This requires the extra_cred
wps_registrar.c 124 struct wpabuf *extra_cred; member in struct:wps_registrar
610 if (cfg->extra_cred) {
611 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
613 if (reg->extra_cred == NULL) {
645 wpabuf_free(reg->extra_cred);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 66 milliseconds