• Johannes Berg's avatar
    wifi: nl80211: reject fragmented and non-inheritance elements · df35f316
    Johannes Berg authored
    The underlying mac80211 code cannot deal with fragmented
    elements for purposes of sorting the elements into the
    association frame, so reject those inside the link. We
    might want to reject them inside the assoc frame, but
    they're used today for FILS, so cannot do that.
    
    The non-inheritance element inside the links similarly
    cannot be handled by mac80211, and outside the links it
    makes no sense.
    
    Reject both since using them could lead to an incorrect
    implementation.
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    df35f316
nl80211.c 531 KB