Thanks, applied all 32 patches with some changes. In particular, I did not want to remove the STA-initiated disconnection before disabling the AP, i.e., this DISCONNECT command: > finally: > - dev[0].request("DISCONNECT") > - if hapd: > - hapd.request("DISABLE") > - subprocess.call(['iw', 'reg', 'set', '00']) > - dev[0].flush_scan_cache() > + clear_regdom(hapd, dev) since it was needed with certain cfg80211 snapshots in the past to avoid getting stuck in the merged regulatory domain. I guess this could be eventually removed since it is not really of much concern with the current cfg80211 snapshot, but then again, none of these patches are really needed in my setup with the current snapshot either. Anyway, it is cleaner to get into more consistent style in the test cases, so I'm fine applying them. -- Jouni Malinen PGP id EFC895FA _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap