|
@@ -1425,6 +1425,7 @@ int mwifiex_deauthenticate(struct mwifiex_private *priv, u8 *mac)
|
|
|
|
|
|
switch (priv->bss_mode) {
|
|
switch (priv->bss_mode) {
|
|
case NL80211_IFTYPE_STATION:
|
|
case NL80211_IFTYPE_STATION:
|
|
|
|
+ case NL80211_IFTYPE_P2P_CLIENT:
|
|
return mwifiex_deauthenticate_infra(priv, mac);
|
|
return mwifiex_deauthenticate_infra(priv, mac);
|
|
case NL80211_IFTYPE_ADHOC:
|
|
case NL80211_IFTYPE_ADHOC:
|
|
return mwifiex_send_cmd_sync(priv,
|
|
return mwifiex_send_cmd_sync(priv,
|