On Mon, 2020-05-25 at 14:13 +0100, Rui Salvaterra wrote: > On Mon, 25 May 2020 at 12:14, Rui Salvaterra <rsalvaterra@xxxxxxxxx> wrote: > > Hi, Stanislaw, > > > > On Mon, 25 May 2020 at 11:58, Stanislaw Gruszka <stf_xl@xxxxx> wrote: > > > Yeah, and at least without nohwcrypt=y we can still use HW encryption > > > for non-MFP stations. > > > > > > Rui, feel free to repost your patch with additional sta->mfp check. > > > > Sure, will do. :) > > Wait, scratch that. The additional sta->mfp check causes a NPE, sta is > probably null at that point. Not at this point - but the GTK comes with null STA, so you want (sta && sta->mfp) instead. johannes