HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_F_PRIVACY (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/net80211/
ieee80211_ioctl.c 360 htole16((ic->ic_flags & IEEE80211_F_PRIVACY) ? 1 : 0);
746 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) {
747 ic->ic_flags |= IEEE80211_F_PRIVACY;
751 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
752 ic->ic_flags &= ~IEEE80211_F_PRIVACY;
1348 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0)
1498 ireq->i_val = (ic->ic_flags & IEEE80211_F_PRIVACY) != 0;
2075 ic->ic_flags &= ~IEEE80211_F_PRIVACY;
2079 ic->ic_flags |= IEEE80211_F_PRIVACY;
2083 ic->ic_flags |= IEEE80211_F_PRIVACY;
    [all...]
ieee80211_output.c 555 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
810 * flags: IEEE80211_F_PRIVACY (hardware adds WEP),
1483 if (ic->ic_flags & IEEE80211_F_PRIVACY)
1655 if (ic->ic_flags & IEEE80211_F_PRIVACY)
1715 if (ic->ic_flags & IEEE80211_F_PRIVACY)
1893 if (ic->ic_flags & IEEE80211_F_PRIVACY)
1990 if (ic->ic_flags & IEEE80211_F_PRIVACY)
ieee80211_var.h 227 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */
ieee80211_input.c 268 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) {
437 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) {
1253 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) {
ieee80211_node.c 456 if (ic->ic_flags & IEEE80211_F_PRIVACY)
539 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
  /src/sys/dev/ic/
an.c 569 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
601 if (ic->ic_flags & IEEE80211_F_PRIVACY)
642 if (ic->ic_flags & IEEE80211_F_PRIVACY)
768 if (ic->ic_flags & IEEE80211_F_PRIVACY)
1066 ic->ic_flags &= ~IEEE80211_F_PRIVACY;
1075 ic->ic_flags |= IEEE80211_F_PRIVACY;
1084 ic->ic_flags |= IEEE80211_F_PRIVACY;
awi.c 565 if (ic->ic_flags & IEEE80211_F_PRIVACY)
663 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
1017 (sc->sc_ic.ic_flags & IEEE80211_F_PRIVACY) ? AWI_WEP_ON : AWI_WEP_OFF;
wi.c 2680 val = (ic->ic_flags & IEEE80211_F_PRIVACY) ? 1 : 0;
2700 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
3178 (ic->ic_flags & IEEE80211_F_PRIVACY) != 0 &&
3246 if (ic->ic_flags & IEEE80211_F_PRIVACY)
atw.c 2213 if ((ic->ic_flags & IEEE80211_F_PRIVACY) != 0)
2342 if (ic->ic_flags & IEEE80211_F_PRIVACY)
3078 if ((sc->sc_ic.ic_flags & IEEE80211_F_PRIVACY) == 0)
ath.c 4785 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
4843 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0 &&
4938 (ic->ic_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey) {
rtw.c 653 if ((sc->sc_ic.ic_flags & IEEE80211_F_PRIVACY) == 0)
  /src/sys/dev/usb/
if_atu.c 674 if (ic->ic_flags & IEEE80211_F_PRIVACY)
681 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
if_run.c 4926 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
  /src/sys/dev/pci/
if_ipw.c 2115 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
2141 data = htole32((sc->sc_ic.ic_flags & IEEE80211_F_PRIVACY) ? IPW_WEPON : 0);
if_iwi.c 1724 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
2461 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
2686 if (ic->ic_flags & IEEE80211_F_PRIVACY)
  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 635 if (ic->ic_flags & IEEE80211_F_PRIVACY)

Completed in 46 milliseconds