void *arg
The reality is that the parameter appears to only ever possibly be:
struct bss_info *pBssInfoList
This means that I have to cast the "poorly named" parameter called "arg" each time I want to use it. Is there a reason we can't have the first parameter of the scan_done_cb_t simply be "struct bss_info *pBssInfoList"?
NeilStatistics: Posted by kolban — Tue Jul 07, 2015 6:09 am
]]>