HomeSort by relevance Sort by last modified time
    Searched refs:extra_cred (Results 1 - 2 of 2) 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...]

Completed in 142 milliseconds