View Single Post
  #3   (View Single Post)  
Old 5th June 2008
Serge Serge is offline
New User
 
Join Date: Jun 2008
Posts: 4
Default

Well as far as I understand (from reading the articles mainly) the GENERIC kernel should already have all the needed components to set up an AP (except pf, but I don't really care about packet filtering at this point).

I tried adding wlan_tkip_load to loader.conf but it doesn't help, I want to use CCMP instead of TKIP anyway, both modules do get loaded by the way:

Code:
]# kldstat -v | grep -E "ccmp|tkip"
                317 wlan_ccmp
                318 wlan_tkip
Reply With Quote