Hostapd_options Not Globally Applying to All SSIDs

WNDR4300 OpenWrt 22.03.5, r20134-5f15225c1e

The below is a copy of my "/etc/config/wireless" file. I find that the hostapd_options are not applying to all SSIDs, only the first one.


config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/ahb/18100000.wmac'
        option channel '1'
        option band '2g'
        option htmode 'HT20'
        list hostapd_options 'vendor_elements=DD080050F21102000200'
        option cell_density '0'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'

config wifi-iface 'wifinet2'
        option device 'radio0'
        option mode 'ap'
        option ssid 'OpenWrt-1'
        option encryption 'none'
        option network 'lan'

If I inspect "/tmp/run/hostapd-phy0.conf", I find that the vendor elements are there in a more "global fashion", but they do not apply globally. Only to the first SSID.

Does anyone have experience with this? I'm happy to provide more information.

James