On 25/04/2019 16:57, John Crispin wrote:
@@ -91,6 +93,10 @@ u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid)
(hapd->iface->conf->he_op.he_bss_color <<
HE_OPERATION_BSS_COLOR_OFFSET);
+ /* TODO: limit to MCS0-7 - this needs to be updated as station de/assoc ? */
+ oper->he_mcs_nss_set[0] = 0xff;
+ oper->he_mcs_nss_set[1] = 0xff;
+
/* TODO: conditional MaxBSSID Indicator subfield */
pos += oper_size;
@@ -167,3 +173,127 @@ u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid)
return pos;
}
+
Hi Jouni,
please dont merge this one, the comment above is wrong. The field
describes the "basic" mcs/nss pairing and not lowest common denominator
of connected stations.
John
_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap