Searched refs:ic_protmode (Results 1 – 18 of 18) sorted by relevance
191 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()
208 enum ieee80211_protmode ic_protmode; /* 802.11g protection mode */ member
616 db_printf("\tprotmode %d", ic->ic_protmode); in _db_show_com()
139 ic->ic_protmode = IEEE80211_PROT_CTSONLY; in ieee80211_proto_attach()
865 ireq->i_val = ic->ic_protmode; in ieee80211_ioctl_get80211()2825 ic->ic_protmode = (enum ieee80211_protmode)ireq->i_val; in ieee80211_ioctl_set80211()
1754 if (ic->ic_protmode != IEEE80211_PROT_NONE && in hostap_recv_mgmt()
2453 if (ic->ic_protmode != IEEE80211_PROT_NONE && in ieee80211_node_join_11g()
2540 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in zyd_tx_start()2542 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx_start()
1889 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in urtwn_tx_start()1892 } else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in urtwn_tx_start()
1305 prot = ic->ic_protmode; in ural_tx_data()
1256 prot = ic->ic_protmode; in rum_tx_data()
5011 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in run_updateprot_cb()5013 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in run_updateprot_cb()
1086 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()
3130 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()3132 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2860_updateprot()
1514 prot = ic->ic_protmode; in rt2661_tx_data()
1824 prot = ic->ic_protmode; in rt2560_tx_data()
3674 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in iwn_tx_data()3676 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in iwn_tx_data()
9711 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in bwn_set_txhdr()