|
@@ -323,7 +323,7 @@
|
|
* @NL80211_CMD_GET_SCAN: get scan results
|
|
* @NL80211_CMD_GET_SCAN: get scan results
|
|
* @NL80211_CMD_TRIGGER_SCAN: trigger a new scan with the given parameters
|
|
* @NL80211_CMD_TRIGGER_SCAN: trigger a new scan with the given parameters
|
|
* %NL80211_ATTR_TX_NO_CCK_RATE is used to decide whether to send the
|
|
* %NL80211_ATTR_TX_NO_CCK_RATE is used to decide whether to send the
|
|
- * probe requests at CCK rate or not. %NL80211_ATTR_MAC can be used to
|
|
|
|
|
|
+ * probe requests at CCK rate or not. %NL80211_ATTR_BSSID can be used to
|
|
* specify a BSSID to scan for; if not included, the wildcard BSSID will
|
|
* specify a BSSID to scan for; if not included, the wildcard BSSID will
|
|
* be used.
|
|
* be used.
|
|
* @NL80211_CMD_NEW_SCAN_RESULTS: scan notification (as a reply to
|
|
* @NL80211_CMD_NEW_SCAN_RESULTS: scan notification (as a reply to
|
|
@@ -1977,6 +1977,9 @@ enum nl80211_commands {
|
|
* @NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED: Indicates whether or not multicast
|
|
* @NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED: Indicates whether or not multicast
|
|
* packets should be send out as unicast to all stations (flag attribute).
|
|
* packets should be send out as unicast to all stations (flag attribute).
|
|
*
|
|
*
|
|
|
|
+ * @NL80211_ATTR_BSSID: The BSSID of the AP. Note that %NL80211_ATTR_MAC is also
|
|
|
|
+ * used in various commands/events for specifying the BSSID.
|
|
|
|
+ *
|
|
* @NUM_NL80211_ATTR: total number of nl80211_attrs available
|
|
* @NUM_NL80211_ATTR: total number of nl80211_attrs available
|
|
* @NL80211_ATTR_MAX: highest attribute number currently defined
|
|
* @NL80211_ATTR_MAX: highest attribute number currently defined
|
|
* @__NL80211_ATTR_AFTER_LAST: internal use
|
|
* @__NL80211_ATTR_AFTER_LAST: internal use
|
|
@@ -2381,6 +2384,8 @@ enum nl80211_attrs {
|
|
|
|
|
|
NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED,
|
|
NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED,
|
|
|
|
|
|
|
|
+ NL80211_ATTR_BSSID,
|
|
|
|
+
|
|
/* add attributes here, update the policy in nl80211.c */
|
|
/* add attributes here, update the policy in nl80211.c */
|
|
|
|
|
|
__NL80211_ATTR_AFTER_LAST,
|
|
__NL80211_ATTR_AFTER_LAST,
|