Home
last modified time | relevance | path

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

/netbsd/sys/net80211/
H A Dieee80211_output.c755 if ((icflags & IEEE80211_F_SHPREAMBLE) != 0) in ieee80211_compute_duration1()
1486 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
1662 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
1718 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
1896 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_beacon_alloc()
1993 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_beacon_update()
H A Dieee80211_var.h241 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ macro
H A Dieee80211_proto.c476 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
479 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
H A Dieee80211_node.c819 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_ibss_merge()
2217 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_node_join_11g()
2261 ic->ic_flags & IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_node_join()
2334 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_node_leave_11g()
H A Dieee80211_input.c2874 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_recv_mgmt_assoc_resp()
2877 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_recv_mgmt_assoc_resp()
2901 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_recv_mgmt_assoc_resp()
/netbsd/sys/dev/ic/
H A Drt2560.c1638 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rt2560_txtime()
1711 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2560_setup_tx_desc()
2493 if (!(ic->ic_flags & IEEE80211_F_SHPREAMBLE)) { in rt2560_update_plcp()
2506 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) ? "short" : "long")); in rt2560_update_plcp()
H A Darn5008.c1419 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar5008_tx()
1549 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar5008_tx()
1631 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar5008_tx()
H A Drt2661.c1393 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rt2661_txtime()
1475 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2661_setup_tx_desc()
2129 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in rt2661_set_txpreamble()
H A Darn9003.c1572 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar9003_tx()
1709 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar9003_tx()
1814 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar9003_tx()
H A Drt2860.c1701 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2860_tx()
1731 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in rt2860_tx()
2245 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in rt2860_set_txpreamble()
H A Dath.c2201 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in ath_beacon_setup()
2202 == IEEE80211_F_SHPREAMBLE) in ath_beacon_setup()
3753 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ath_tx_start()
H A Datw.c2340 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in atw_start_beacon()
3673 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in atw_start()
H A Dmalo.c1141 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in malo_newstate()
H A Dbwi.c9008 if (rs_rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) { in bwi_ieee80211_txtime()
9135 ack_rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE); in bwi_encap()
9152 else if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && rate != (2 * 1)) in bwi_encap()
H A Dathn.c1895 if (ridx != ATHN_RIDX_CCK1 && (flags & IEEE80211_F_SHPREAMBLE)) in athn_txtime()
H A Drtw.c3332 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0) in rtw_start()
/netbsd/sys/dev/usb/
H A Dif_rum.c991 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rum_txtime()
1065 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rum_setup_tx_desc()
1598 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in rum_set_txpreamble()
H A Dif_ural.c1048 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in ural_txtime()
1117 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ural_setup_tx_desc()
1882 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in ural_set_txpreamble()
H A Dif_zyd.c2111 } else if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in zyd_tx_mgt()
2268 } else if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in zyd_tx_data()
H A Dif_run.c2622 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in run_tx()
2634 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in run_tx()
3926 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in run_set_txpreamble()
H A Dif_urtw.c2647 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in urtw_tx_start()
/netbsd/sys/dev/pci/
H A Dif_iwi.c1737 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwi_tx_start()
2675 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwi_auth_and_assoc()
2694 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in iwi_auth_and_assoc()
H A Dif_iwn.c4911 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_auth()
4979 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_run()
H A Dif_wpi.c1002 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in wpi_newstate()
H A Dif_iwm.c5718 = htole32((ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwm_mac_ctxt_cmd_common()