hello, > what does a hostname.if file need to contain in order to enable the use of > wpa_supplicant?
i have the following for the network which requires it in my hostname.if join SomeNetwork wpa wpaakms 802.1x > And, as a followup question, do I need to put anything in rc.conf.local > under wpa_supplicant_flags in order for this to work? this is what I have, obviously replace iwm0 with your interface. $ grep wpa_supplicant /etc/rc.conf.local pkg_scripts=wpa_supplicant wpa_supplicant_flags=-i iwm0 -c /etc/wpa_supplicant.conf .jh

