Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_rate/sample/
Dsample.h191 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in calc_usecs_unicast_packet()
193 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in calc_usecs_unicast_packet()
/freebsd-10-stable/sys/net80211/
Dieee80211_var.h208 enum ieee80211_protmode ic_protmode; /* 802.11g protection mode */ member
Dieee80211_ddb.c616 db_printf("\tprotmode %d", ic->ic_protmode); in _db_show_com()
Dieee80211_proto.c139 ic->ic_protmode = IEEE80211_PROT_CTSONLY; in ieee80211_proto_attach()
Dieee80211_ioctl.c865 ireq->i_val = ic->ic_protmode; in ieee80211_ioctl_get80211()
2825 ic->ic_protmode = (enum ieee80211_protmode)ireq->i_val; in ieee80211_ioctl_set80211()
Dieee80211_hostap.c1754 if (ic->ic_protmode != IEEE80211_PROT_NONE && in hostap_recv_mgmt()
Dieee80211_node.c2453 if (ic->ic_protmode != IEEE80211_PROT_NONE && in ieee80211_node_join_11g()
/freebsd-10-stable/sys/dev/usb/wlan/
Dif_zyd.c2540 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in zyd_tx_start()
2542 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx_start()
Dif_urtwn.c1889 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in urtwn_tx_start()
1892 } else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in urtwn_tx_start()
Dif_ural.c1305 prot = ic->ic_protmode; in ural_tx_data()
Dif_rum.c1256 prot = ic->ic_protmode; in rum_tx_data()
Dif_run.c5011 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in run_updateprot_cb()
5013 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in run_updateprot_cb()
/freebsd-10-stable/sys/dev/ath/
Dif_ath_tx.c1086 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in ath_tx_calc_protection()
1088 } else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in ath_tx_calc_protection()
/freebsd-10-stable/sys/dev/ral/
Drt2860.c3130 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
3132 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2860_updateprot()
Drt2661.c1514 prot = ic->ic_protmode; in rt2661_tx_data()
Drt2560.c1824 prot = ic->ic_protmode; in rt2560_tx_data()
/freebsd-10-stable/sys/dev/iwn/
Dif_iwn.c3674 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in iwn_tx_data()
3676 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in iwn_tx_data()
/freebsd-10-stable/sys/dev/bwn/
Dif_bwn.c9711 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in bwn_set_txhdr()