Home | History | Annotate | Download | only in ti-utils

Lines Matching defs:set

49  * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
50 * %NL80211_ATTR_IFINDEX; can be used to set %NL80211_ATTR_WIPHY_NAME,
64 * @NL80211_CMD_SET_INTERFACE: Set type of a virtual interface, requires
79 * @NL80211_CMD_SET_KEY: Set key attributes %NL80211_ATTR_KEY_DEFAULT,
89 * @NL80211_CMD_SET_BEACON: set the beacon on an access point interface
98 * @NL80211_CMD_SET_STATION: Set station attributes for station identified by
109 * @NL80211_CMD_SET_MPATH: Set mesh path attributes for mesh path to
117 * @NL80211_CMD_SET_BSS: Set BSS attributes for BSS identified by
120 * @NL80211_CMD_GET_REG: ask the wireless core to send us its currently set
122 * @NL80211_CMD_SET_REG: Set current regulatory domain. CRDA sends this command
124 * domain structure which consists of %NL80211_ATTR_REG_ALPHA set to our
126 * NL80211_ATTR_REG_RULE_FLAGS, and a set of regulatory rules. Each
127 * regulatory rule is a nested set of attributes given by
132 * @NL80211_CMD_REQ_SET_REG: ask the wireless core to set the regulatory domain
139 * @NL80211_CMD_SET_MESH_PARAMS: Set mesh networking properties for the
142 * @NL80211_CMD_SET_MGMT_EXTRA_IE: Set extra IEs for management frames. The
175 * set (%NL80211_ATTR_REG_TYPE), if the type of regulatory domain is
182 * if you are world roaming (regulatory domain set to world or if your
270 * @NL80211_CMD_SET_WIPHY_NETNS: Set a wiphy's netns. Note that all devices
450 * current regulatory domain should be set to or is already set to.
453 * also be used by userspace to query the kernel for the currently set
456 * Users can also simply ask the wireless core to set regulatory domain
496 * set. This can be one of the nl80211_reg_type (%NL80211_REGDOM_TYPE_*)
525 * @NL80211_ATTR_CIPHER_SUITES: a set of u32 values indicating the supported
794 * to set the type of an interface.
837 * struct nl80211_sta_flag_update - station flags mask/set
838 * @mask: mask of station flags to set
839 * @set: which values to set them to
841 * Both mask and set contain bits as per &enum nl80211_sta_flags.
845 __u32 set;
917 * @NL80211_MPATH_FLAG_FIXED: the mesh path has been manually set
966 * @NL80211_BAND_ATTR_HT_MCS_SET: 16-byte attribute containing the MCS set as
1039 * @NL80211_REGDOM_SET_BY_USER: User asked the wireless core to set the
1056 * @NL80211_REGDOM_TYPE_COUNTRY: the regulatory domain set is one that pertains
1057 * to a specific country. When this is set you can count on the
1059 * @NL80211_REGDOM_TYPE_WORLD: the regulatory set domain is the world regulatory
1061 * @NL80211_REGDOM_TYPE_CUSTOM_WORLD: the regulatory domain set is a custom
1065 * @NL80211_REGDOM_TYPE_INTERSECTION: the regulatory domain set is the product
1067 * set regulatory domain on the system and the last accepted regulatory
1079 * @NL80211_ATTR_REG_RULE_FLAGS: a set of flags which specify additional
1210 * @NL80211_MESHCONF_TTL: specifies the value of TTL field set at a source mesh