Message ID | 20231108172155.2129509-1-prestwoj@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | DPP PKEX Changes | expand |
Hi James, On 11/8/23 11:21, James Prestwood wrote: > v5: > * Separate the DPP/PKEX interfaces using a new enum > to distinguish which interfaces is using the dpp_sm. > Similarly added a refcount to the dpp_sm object so when > one interface goes away it won't destroy the SM for the > other. > * Removed unneeded checks on the identifier, and added > some: > - Assume utf8/null terminated when coming from DBus > (just check length) > - Validate utf8/length when coming from the peer. > * Enforce any user-disabled bands when generating the > default frequency list. > * Return error on Stop() if not started. This is an API > change, but I thought it made sense so its very clear > when Stop() is called on the incorrect interface. > * Included autotest changes. > All applied, thanks. Regards, -Denis