Broadcom & Fenvi Wifi cards now need some extra steps to work on Opencore Hackintosh from macOS Sonoma to macOS Sequoia so if your Broadcom Wifi card isn’t detected then this is for you.
STEP 1: Add Skywalk Kext
Download and Add these kext below to your Kext Folder and update your config:
IOSkywalkFamily
IOSkywalkLegacy
AMFIPass
STEP 2: Block IOSkywalkFamily
Block IOSkywalkFamily by pasting (CTRL + V) the patch below in on Kernel/Block tab.
<dict>
<key>Arch</key>
<string>Any</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Identifier</key>
<string>com.apple.iokit.IOSkywalkFamily</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.0.0</string>
<key>Strategy</key>
<string>Exclude</string>
</dict>
STEP 3: AMFI
Add -amfipassbeta to your boot arguments.
├── NVRAM > Add > 7C436110-AB2A-4BBB-A880-FE41995C9F82 > boot-args
Also set csr-active-config to 03080000
See Example Below:
STEP 4: OCLP
Reboot your computer and Reset NVRAM the boot into macOS.
Download OpenCore Legacy Patcher HERE
Open OCLP after downloading and select “Post Install Root Patch.”
Start Root Patching and wait, Reboot when done and WiFi should work.