Lines 290-295
Link Here
|
290 |
* and the scan request parameters will be present |
290 |
* and the scan request parameters will be present |
291 |
* in iv_scanreq. Otherwise we do the default. |
291 |
* in iv_scanreq. Otherwise we do the default. |
292 |
*/ |
292 |
*/ |
|
|
293 |
IEEE80211_UNLOCK(ic); |
293 |
if (vap->iv_flags_ext & IEEE80211_FEXT_SCANREQ) { |
294 |
if (vap->iv_flags_ext & IEEE80211_FEXT_SCANREQ) { |
294 |
ieee80211_check_scan(vap, |
295 |
ieee80211_check_scan(vap, |
295 |
vap->iv_scanreq_flags, |
296 |
vap->iv_scanreq_flags, |
Lines 300-305
Link Here
|
300 |
vap->iv_flags_ext &= ~IEEE80211_FEXT_SCANREQ; |
301 |
vap->iv_flags_ext &= ~IEEE80211_FEXT_SCANREQ; |
301 |
} else |
302 |
} else |
302 |
ieee80211_check_scan_current(vap); |
303 |
ieee80211_check_scan_current(vap); |
|
|
304 |
IEEE80211_LOCK(ic); |
303 |
break; |
305 |
break; |
304 |
case IEEE80211_S_SCAN: |
306 |
case IEEE80211_S_SCAN: |
305 |
case IEEE80211_S_AUTH: |
307 |
case IEEE80211_S_AUTH: |