diff options
author | Vidyullatha Kanchanapally <vkanchan@qti.qualcomm.com> | 2017-03-31 00:22:33 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-03-31 08:31:26 +0200 |
commit | 5349a0f7bfbdd7d81b8418c707dcd1439c714647 (patch) | |
tree | 75fe8ec6b9e3403084f7d2da579faeb8fa60b8c9 /Documentation/driver-api/80211 | |
parent | 667a2e6bfeafa7ce202c22c702fea30ca7741c21 (diff) | |
download | blackbird-op-linux-5349a0f7bfbdd7d81b8418c707dcd1439c714647.tar.gz blackbird-op-linux-5349a0f7bfbdd7d81b8418c707dcd1439c714647.zip |
cfg80211: Use a structure to pass connect response params
Currently the connect event from driver takes all the connection
response parameters as arguments. With support for new features these
response parameters can grow. Use a structure to pass these parameters
rather than passing them as function arguments.
Signed-off-by: Vidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
[add to documentation]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation/driver-api/80211')
-rw-r--r-- | Documentation/driver-api/80211/cfg80211.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/driver-api/80211/cfg80211.rst b/Documentation/driver-api/80211/cfg80211.rst index eca534ab6172..b101bc0c195b 100644 --- a/Documentation/driver-api/80211/cfg80211.rst +++ b/Documentation/driver-api/80211/cfg80211.rst @@ -180,6 +180,12 @@ Actions and configuration :functions: cfg80211_ibss_joined .. kernel-doc:: include/net/cfg80211.h + :functions: cfg80211_connect_resp_params + +.. kernel-doc:: include/net/cfg80211.h + :functions: cfg80211_connect_done + +.. kernel-doc:: include/net/cfg80211.h :functions: cfg80211_connect_result .. kernel-doc:: include/net/cfg80211.h |