WIFI not working OpenWrt

Hi ,
In my OpenWrt AP( a raspberry PI b+) I creted Wifi Hotspot and then I configure two firewall zone for LAN of PI and WLAN hotspot

  • LAN
    • Name : lan
    • Input : accept
    • Output : accept
    • Forward : reject
    • Masquerading : checked
    • MSS clamping : checked
    • Covered Network : lan
    • Allow forward to destination zones : empty
    • Allow forward from source zones : wifi
  • Wifi
    • Name : wifi
    • Input : accept
    • Output : accept
    • Forward : accept
    • Masquerading : unchecked
    • MSS clamping : unchecked
    • Covered Network : wifi
    • Allow forward to destination zones : lan
    • Allow forward from source zones : empty

but I came an error

 kern.err kernel: [ 3784.786349] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0x8a, action 0x6

what is this What I have done wrong here?

  • Did you set a country code in Raspbian?
  • Have you seen the warning about wireless functionality on this device?

Thank you for your support I figured out there was errors in some packages , removing it worked for me

1 Like

what packages ?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.