K 10 svn:author V 4 avos K 8 svn:date V 27 2016-02-29T21:09:09.908502Z K 7 svn:log V 634 net80211: fix scanning after D5145 (PR 197498 related) - In case, when we are doing -> INIT (FEXT_REINIT) -> state transition, cancel_scan() may be called in the first transition. Reenqueue second state transition, so things will be executed in order. - Discard any AUTH+ state transition request when INIT -> SCAN transition is not done. - Allow to track discarded state transitions via 'state' debugging category. Tested with: * RTL8188EU, HOSTAP mode. * RTL8188CUS, STA mode. * Intel 3945BG, IBSS and STA modes. PR: 197498 Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D5482 END