On 2018-08-15 05:09, Johannes Berg wrote:
On Tue, 2018-08-14 at 17:30 -0700, Pradeep Kumar Chitrapu wrote:
+ int ftm_responder;
bool
+ * @NL80211_ATTR_FTM_RESPONDER: attribute which user-space can
include in
+ * %NL80211_CMD_START_AP to enable(1) or disable(0) fine timing
measurement
+ * (FTM) responder functionality. If not set, it means don't care
and
+ * the device will decide what to use.
Why 0/1 instead of a flag attribute?
Using FLAG attribute may create uncertainty to userspace especially when
flag attribute
is not set and the driver supports capability, instead of
assuming/relying on the default
behavior of driver/firmware.
Also, I think you need the attributes (LCI/Civic location)?
johannes