Searched hist:172955 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/security/mac_portacl/
H A Dmac_portacl.cdiff 172955 Thu Oct 25 09:31:11 MDT 2007 rwatson Consistently name functions for mac_<policy> as <policy>_whatever rather
than mac_<policy>_whatever, as this shortens the names and makes the code
a bit easier to read.

When dealing with label structures, name variables 'mb', 'ml', 'mm rather
than the longer 'mac_biba', 'mac_lomac', and 'mac_mls', likewise making
the code a little easier to read.

Obtained from: TrustedBSD Project
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.cdiff 172955 Thu Oct 25 09:31:11 MDT 2007 rwatson Consistently name functions for mac_<policy> as <policy>_whatever rather
than mac_<policy>_whatever, as this shortens the names and makes the code
a bit easier to read.

When dealing with label structures, name variables 'mb', 'ml', 'mm rather
than the longer 'mac_biba', 'mac_lomac', and 'mac_mls', likewise making
the code a little easier to read.

Obtained from: TrustedBSD Project
/freebsd-11-stable/sys/net80211/
H A Dieee80211_adhoc.cdiff 244078 Mon Dec 10 05:08:38 MST 2012 adrian Adjust the channel to correctly setup the HT flags when transitioning
an IBSS VAP to RUN.

An 11n IBSS was beaconing HTINFO/HTCAP IE's that didn't have any HT
information setup (like the HT TX/RX MCS bitmask.)

Tested:

* AR9280, IBSS - both a statically setup channel and a scanned channel

PR: kern/172955

Completed in 234 milliseconds