钟先耀
钟先耀
> thinkpad x390 i5 8265U版本 ac9560 > 1.编译后的kext放到clover里面的other无效。 > 2.执行 > sudo chown -R root:wheel AppleIntelWifiAdapterV2.kext/ > sudo kextload -v AppleIntelWifiAdapterV2.kext/ > 之后,电脑卡死了,,, > 尴尬 这个项目刚刚开始
> @zxystd 你好,你知道getROAM_THRESH(OSObject*, apple80211_roam_threshold_data*)这个方法里的struct apple80211_roam_threshold_data这个结构体是什么吗? 我现在还没研究到这块呢,尴尬。。 不过我刚刚大概看了下,大概是这样的 struct apple80211_roam_threshold_data { uint32_t version;//看起来好像是写死的 1 uint32_t threshold; }; 关于漫游的threshold值可以参考http://support.huawei.com/enterprise/docinforeader!loadDocument1.action?contentId=DOC1000088074&partNo=10182
> @zxystd any update to work wifi? I am very impressed by the achievement of operating the bluetooth upset to say no, it is just a begining as it contains...
> > > @zxystd 你好,你知道getROAM_THRESH(OSObject*, apple80211_roam_threshold_data*)这个方法里的struct apple80211_roam_threshold_data这个结构体是什么吗? > > > > > > 我现在还没研究到这块呢,尴尬。。 > > 不过我刚刚大概看了下,大概是这样的 > > struct apple80211_roam_threshold_data > > { > > uint32_t version;//看起来好像是写死的 1 >...
@usr-sse2 Yes, seems that scanning is problematic on Ventura, I can see the airportd always log not scan but use the scan cache in the output console, and the scanning...
> I see that networks are scanned and sometimes displayed in System Profiler and System Preferences, but very rarely in the Wi-Fi menu. It seems that it has become slightly...
> > The highest optimisation level that works right now is 1, so I assume some flag in level 2 is breaking the code (more info here: https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html) > >...
From the log I can see the root issue is that the optimization breaks function `ieee80211_get_assoc_req`, with invalid assoc request(RSN invalid), for what's the differences I can't see with the...
Maybe I can try to implement this feature, would you mind help to testing?
@hectorgrom What's the macOS version you are using? I have made some changes, led may be work.