[PATCH V3 4/9] mac80211: add multiple bssid/ema support to bcn templating
Aloka Dixit
alokad at codeaurora.org
Thu Aug 27 23:20:56 EDT 2020
> +static void
> +ieee80211_beacon_add_multiple_bssid_config(struct ieee80211_vif *vif,
> struct sk_buff *skb,
> + struct cfg80211_multiple_bssid_data *config)
> +{
> + u8 *pos = skb_put(skb, 6);
> +
> + *pos++ = WLAN_EID_EXTENSION;
> + *pos++ = 4;
> + *pos++ = WLAN_EID_EXT_MULTIPLE_BSSID_CONFIGURATION;
> + *pos++ = 2;
> + *pos++ = vif->bss_conf.multiple_bssid.count;
> + *pos++ = config->cnt;
> +}
> +
Hi John,
Which field in the IE is this line for : '*pos++ = 2;' ?
This IE should be total 5 bytes with length=3.
More information about the ath11k
mailing list