Hello, I am trying to start a FILS AP (using mac80211_hwsim). Hostapd is starting up just fine (no errors), but its not advertising the FILS capability bit in the extended capabilities IE. It appears that it gets the capabilities directly from the driver during the wiphy dump. I dug into mac80211 and see that wiphy->ext_capa is only 8 bytes, which explains why hostapd's ext capabilities is also only 8 bytes (this should be variable length according to the spec, and the FILS capability bit is 72 so it wont fit into 8 bytes). I see there are plenty of FILS tests, so I'm assuming this is just a configuration problem (although the 8 byte ext capabilities in mac80211 is suspicious). Here is my hostapd config: hw_mode=g channel=1 ssid=ssidFILS wpa_key_mgmt=FILS-SHA256 erp_domain=example.com fils_realm=example.com disable_pmksa_caching=1 I am just creating an 'default' mac80211_hwsim radio. Thanks, James _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap