Sebastien Roy wrote: > for now, I'll pass > both the link name and the linkid around in libdlwlan.c to not break WPA > nor UV and get things to compile.
Actually, what I've done is modified wpa_instance_create() and wpa_instance_delete() to take datalink_id_t's instead of link names. Those functions will convert those to link names in order for the rest of the WPA functions (and SMF properties etc.) that cascade down from those two functions to remain unmodified for now. This also allows me to not have to modify any of the other libdlwlan.c functions to take link names. -Seb
