cfg80211/nl80211: Notify connection request failure in AP mode
authorPandiyarajan Pitchaimuthu <c_ppitch@qca.qualcomm.com>
Tue, 18 Sep 2012 11:20:49 +0000 (16:50 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 18 Sep 2012 17:54:06 +0000 (19:54 +0200)
In AP mode, when a station requests connection to an AP and if the
request is failed for particular reason, userspace is notified about the
failure through NL80211_CMD_CONN_FAILED command. Reason for the failure
is sent through the attribute NL80211_ATTR_CONN_FAILED_REASON.

Signed-off-by: Pandiyarajan Pitchaimuthu <c_ppitch@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found