Home
last modified time | relevance | path

Searched refs:IEEE80211_F_SHPREAMBLE (Results 1 – 25 of 25) sorted by relevance

/NextBSD/tools/tools/net80211/wlantxtime/
HDwlantxtime.c40 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ macro
264 WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE); in ieee80211_setup_ratetable()
/NextBSD/sys/dev/usb/wlan/
HDif_ural.c1014 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ural_setup_tx_desc()
1103 ic->ic_flags & IEEE80211_F_SHPREAMBLE); in ural_tx_mgt()
1145 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in ural_sendprot()
1294 ic->ic_flags & IEEE80211_F_SHPREAMBLE); in ural_tx_data()
1803 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in ural_set_txpreamble()
HDif_rum.c1190 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rum_setup_tx_desc()
1224 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in rum_sendprot()
1333 ic->ic_flags & IEEE80211_F_SHPREAMBLE); in rum_tx_mgt()
1513 ic->ic_flags & IEEE80211_F_SHPREAMBLE); in rum_tx_data()
1831 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in rum_set_txpreamble()
HDif_run.c3220 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in run_set_tx_desc()
3317 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in run_tx()
3438 ic->ic_flags & IEEE80211_F_SHPREAMBLE); in run_tx_mgt()
3506 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in run_sendprot()
5119 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in run_set_txpreamble()
HDif_zyd.c2481 } else if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in zyd_tx_start()
HDif_urtw.c1731 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in urtw_tx_start()
/NextBSD/sys/dev/iwm/
HDif_iwm_mac_ctxt.c301 = htole32((ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwm_mvm_mac_ctxt_cmd_common()
/NextBSD/sys/dev/ral/
HDrt2560.c1437 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2560_setup_tx_desc()
1560 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE); in rt2560_tx_mgt()
1612 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in rt2560_sendprot()
1856 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE); in rt2560_tx_data()
2228 if (!(ic->ic_flags & IEEE80211_F_SHPREAMBLE)) { in rt2560_update_plcp()
2241 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) ? "short" : "long"); in rt2560_update_plcp()
HDrt2661.c1258 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2661_setup_tx_desc()
1328 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE); in rt2661_tx_mgt()
1380 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in rt2661_sendprot()
1552 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE); in rt2661_tx_data()
1849 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in rt2661_set_txpreamble()
HDrt2860.c1528 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2860_tx()
1558 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in rt2860_tx()
1778 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2860_tx_raw()
1803 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in rt2860_tx_raw()
2249 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in rt2860_set_txpreamble()
/NextBSD/sys/net80211/
HDieee80211_sta.c1727 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in sta_recv_mgmt()
1730 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in sta_recv_mgmt()
1751 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long", in sta_recv_mgmt()
HDieee80211_phy.c343 WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE); in ieee80211_setup_ratetable()
HDieee80211_node.c598 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_ibss_merge()
2458 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_node_join_11g()
2521 ic->ic_flags & IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_node_join()
2561 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in disable_protection()
HDieee80211_proto.c639 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
642 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
HDieee80211_var.h550 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ macro
HDieee80211_output.c2164 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_getcapinfo()
2340 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
/NextBSD/sys/dev/ath/
HDif_ath_beacon.c265 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in ath_beacon_setup()
266 == IEEE80211_F_SHPREAMBLE) in ath_beacon_setup()
HDif_ath_tx_ht.c506 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ath_rateseries_setup()
HDif_ath_tx.c1599 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ath_tx_normal_setup()
/NextBSD/sys/dev/bwi/
HDif_bwi.c2949 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in bwi_encap()
2978 ic->ic_flags & ~IEEE80211_F_SHPREAMBLE); in bwi_encap()
2993 else if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && rate != (2 * 1)) in bwi_encap()
/NextBSD/sys/dev/iwi/
HDif_iwi.c1785 if (vap->iv_flags & IEEE80211_F_SHPREAMBLE) in iwi_tx_start()
2950 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in iwi_auth_and_assoc()
/NextBSD/sys/dev/malo/
HDif_malo.c1769 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) ? in malo_newstate()
/NextBSD/sys/dev/wpi/
HDif_wpi.c4291 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in wpi_auth()
4510 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in wpi_run()
/NextBSD/sys/dev/iwn/
HDif_iwn.c6994 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_auth()
7079 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_run()
/NextBSD/sys/dev/bwn/
HDif_bwn.c9478 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in bwn_set_txhdr()