Home
last modified time | relevance | path

Searched refs:ic_protmode (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h189 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in calc_usecs_unicast_packet()
191 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in calc_usecs_unicast_packet()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c327 prot = ic->ic_protmode; in r92c_tx_get_protmode()
332 prot = ic->ic_protmode; in r92c_tx_get_protmode()
/freebsd/sys/net80211/
H A Dieee80211_var.h239 enum ieee80211_protmode ic_protmode; /* 802.11g protection mode */ member
H A Dieee80211_ddb.c764 db_printf("\tprotmode %d", ic->ic_protmode); in _db_show_com()
/freebsd/sys/dev/otus/
H A Dif_otus.c2306 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in otus_tx()
2308 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in otus_tx()
/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c2500 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in zyd_tx_start()
2502 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx_start()
H A Dif_ural.c1248 prot = ic->ic_protmode; in ural_tx_data()
H A Dif_mtw.c3888 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in mtw_updateprot_cb()
3890 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in mtw_updateprot_cb()
H A Dif_run.c5115 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in run_updateprot_cb()
5117 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in run_updateprot_cb()
H A Dif_rum.c1676 prot = ic->ic_protmode; in rum_tx_data()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c6513 ic->ic_protmode != IEEE80211_PROT_NONE) { in bwn_set_txhdr()
6522 mprot = ieee80211_alloc_prot(ni, m, rate, ic->ic_protmode); in bwn_set_txhdr()
6527 ic->ic_protmode); in bwn_set_txhdr()
6546 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in bwn_set_txhdr()
/freebsd/sys/dev/ral/
H A Drt2860.c3081 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
3083 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2860_updateprot()
H A Drt2661.c1459 prot = ic->ic_protmode; in rt2661_tx_data()
H A Drt2560.c1764 prot = ic->ic_protmode; in rt2560_tx_data()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1076 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in ath_tx_calc_protection()
1078 } else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in ath_tx_calc_protection()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2874 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in wpi_tx_data()
2876 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in wpi_tx_data()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4634 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in iwn_tx_data()
4636 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in iwn_tx_data()