diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-02 13:52:26 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-02 13:52:26 -0700 |
| commit | 01b7812ef9f2a465461be5e1938a3601ff2722c4 (patch) | |
| tree | 86bffd51e936d450f029c3154dbc609eae8d1402 /include/uapi/linux | |
| parent | d95f7bea1885dce8be29aa4e5c1cc9c6bed819a5 (diff) | |
| parent | 1b4ea777695255892b0d54bfe805f5383841ca36 (diff) | |
Merge "cfg80211: Define macro to indicate prev_bssid connect support"
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index b5323800eeb5..c4984741be61 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -322,7 +322,9 @@ * @NL80211_CMD_GET_SCAN: get scan results * @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 - * probe requests at CCK rate or not. + * probe requests at CCK rate or not. %NL80211_ATTR_MAC can be used to + * specify a BSSID to scan for; if not included, the wildcard BSSID will + * be used. * @NL80211_CMD_NEW_SCAN_RESULTS: scan notification (as a reply to * NL80211_CMD_GET_SCAN and on the "scan" multicast group) * @NL80211_CMD_SCAN_ABORTED: scan was aborted, for unspecified reasons, |
