Searched refs:htprot (Results 1 – 7 of 7) sorted by relevance
495 int sco, htprot, i; in ieee80211_print_htop() local545 htprot = ((htopinfo[1] & IEEE80211_HTOP1_PROT_MASK) in ieee80211_print_htop()547 switch (htprot) { in ieee80211_print_htop()561 printf(",htprot %d", htprot); in ieee80211_print_htop()
2177 enum ieee80211_htprot htprot = IEEE80211_HTPROT_NONE; in ieee80211_clean_nodes() local2272 htprot = IEEE80211_HTPROT_NONHT_MIXED; in ieee80211_clean_nodes()2274 htprot = IEEE80211_HTPROT_NONMEMBER; in ieee80211_clean_nodes()2276 if ((htop1 & IEEE80211_HTOP1_PROT_MASK) != htprot) { in ieee80211_clean_nodes()2278 htop1 |= htprot; in ieee80211_clean_nodes()
1840 enum ieee80211_htprot htprot_last, htprot; in ieee80211_recv_probe_resp() local1844 htprot = ((ni->ni_htop1 & IEEE80211_HTOP1_PROT_MASK) >> in ieee80211_recv_probe_resp()1846 if (htprot_last != htprot) { in ieee80211_recv_probe_resp()1849 htprot_last, htprot)); in ieee80211_recv_probe_resp()
5403 enum ieee80211_htprot htprot = (ni->ni_htop1 & in iwn_rxon_configure_ht40() local5414 if (htprot == IEEE80211_HTPROT_20MHZ) in iwn_rxon_configure_ht40()5552 enum ieee80211_htprot htprot = in iwn_run() local5554 DPRINTF(("%s: htprot = %d\n", __func__, htprot)); in iwn_run()5555 sc->rxon.flags |= htole32(IWN_RXON_HT_PROTMODE(htprot)); in iwn_run()5728 enum ieee80211_htprot htprot; in iwn_updateprot() local5740 htprot = (ic->ic_bss->ni_htop1 & IEEE80211_HTOP1_PROT_MASK) >> in iwn_updateprot()5743 sc->rxon.flags |= htole32(IWN_RXON_HT_PROTMODE(htprot)); in iwn_updateprot()
6868 enum ieee80211_htprot htprot = in iwx_mld_modify_link_fill() local6870 switch (htprot) { in iwx_mld_modify_link_fill()7659 enum ieee80211_htprot htprot = in iwx_mac_ctxt_cmd_common() local7661 switch (htprot) { in iwx_mac_ctxt_cmd_common()
8310 enum ieee80211_htprot htprot = in iwm_mac_ctxt_cmd_common() local8312 switch (htprot) { in iwm_mac_ctxt_cmd_common()
1670 enum ieee80211_htprot htprot; in ar5008_tx() local1672 htprot = (ic->ic_bss->ni_htop1 & IEEE80211_HTOP1_PROT_MASK); in ar5008_tx()1680 htprot != IEEE80211_HTPROT_NONE)) { in ar5008_tx()