Home
last modified time | relevance | path

Searched refs:ic_protmode (Results 1 – 18 of 18) 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/dev/rtwn/rtl8812a/
H A Dr12a_tx.c398 prot = ic->ic_protmode; in r12a_fill_tx_desc()
/freebsd/sys/net80211/
H A Dieee80211_var.h241 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/usb/wlan/
H A Dif_zyd.c2504 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in zyd_tx_start()
2506 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx_start()
H A Dif_ural.c1254 prot = ic->ic_protmode; in ural_tx_data()
H A Dif_mtw.c3930 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in mtw_updateprot_cb()
3932 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in mtw_updateprot_cb()
H A Dif_rum.c1677 prot = ic->ic_protmode; in rum_tx_data()
H A Dif_run.c5131 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in run_updateprot_cb()
5133 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
/freebsd/sys/dev/otus/
H A Dif_otus.c2317 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in otus_tx()
2319 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in otus_tx()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c6515 ic->ic_protmode != IEEE80211_PROT_NONE) { in bwn_set_txhdr()
6524 mprot = ieee80211_alloc_prot(ni, m, rate, ic->ic_protmode); in bwn_set_txhdr()
6529 ic->ic_protmode); in bwn_set_txhdr()
6548 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in bwn_set_txhdr()
/freebsd/sys/dev/ral/
H A Drt2860.c3084 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
3086 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2860_updateprot()
H A Drt2560.c1768 prot = ic->ic_protmode; in rt2560_tx_data()
H A Drt2661.c1461 prot = ic->ic_protmode; in rt2661_tx_data()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1082 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in ath_tx_calc_protection()
1084 } 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.c4646 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in iwn_tx_data()
4648 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in iwn_tx_data()