]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Handle NL80211_CMD_WIPHY_REG_CHANGE event
authorPeng Xu <pxu@codeaurora.org>
Wed, 14 Mar 2018 22:10:19 +0000 (15:10 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 6 Jun 2018 21:05:39 +0000 (00:05 +0300)
commitb915f2cdf21c6d8a4cec4752e8f904c35b66c243
tree4743560db6efaa6c42248becb29d53ec5c3f2908
parentc3e4f40cd65a30ee2977b5de02cee40c9928f407
nl80211: Handle NL80211_CMD_WIPHY_REG_CHANGE event

Handle NL80211_CMD_WIPHY_REG_CHANGE the same way as the
NL80211_CMD_REG_CHANGE event. The wiphy-specific event is generated by
the cfg80211 reg_process_self_managed_hints() function, e.g., when going
through regulatory_set_wiphy_regd_sync_rtnl(). Previously, such events
were ignored completely in hostapd/wpa_supplicant.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver_nl80211_event.c