Home | History | Annotate | Download | only in wps

Lines Matching refs:extra_cred

124 	struct wpabuf *extra_cred;
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);
1576 if (wps->wps->registrar->extra_cred) {
1578 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);