Changeset 1760

Show
Ignore:
Timestamp:
10/23/06 11:09:49 (2 years ago)
Author:
kelmo
Message:

This patch disables sending packets plaintext when F_PRIVACY is set, but
there is no default transmit key. It improves the security, because it
suppresses sending any data packets before a secure connection is established
via WPA/RSN.

Signed-off-by: Michal Wrobel <xmxwx@asn.pl>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/net80211/ieee80211_output.c

    r1756 r1760  
    823823                                __func__, vap->iv_def_txkey); 
    824824                        vap->iv_stats.is_tx_nodefkey++; 
     825                        goto bad; 
    825826                } 
    826827        } else