Home
last modified time | relevance | path

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

/netbsd/src/sys/net80211/
Dieee80211_output.c754 if ((icflags & IEEE80211_F_SHPREAMBLE) != 0) in ieee80211_compute_duration1()
1485 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
1661 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
1717 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_send_mgmt()
1895 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_beacon_alloc()
1992 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_beacon_update()
Dieee80211_var.h241 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ macro
Dieee80211_proto.c476 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
479 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
Dieee80211_node.c819 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_ibss_merge()
2215 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_node_join_11g()
2259 ic->ic_flags & IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_node_join()
2332 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_node_leave_11g()
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/src/sys/dev/ic/
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()
Darn5008.c1418 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar5008_tx()
1548 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar5008_tx()
1630 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar5008_tx()
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()
Darn9003.c1571 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar9003_tx()
1708 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar9003_tx()
1813 (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ar9003_tx()
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()
Dath.c2201 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in ath_beacon_setup()
2202 == IEEE80211_F_SHPREAMBLE) in ath_beacon_setup()
3751 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ath_tx_start()
Datw.c2340 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in atw_start_beacon()
3673 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in atw_start()
Dmalo.c1141 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in malo_newstate()
Dathn.c1895 if (ridx != ATHN_RIDX_CCK1 && (flags & IEEE80211_F_SHPREAMBLE)) in athn_txtime()
Dbwi.c9600 if (rs_rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) { in bwi_ieee80211_txtime()
9724 ack_rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE); in bwi_encap()
9741 else if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && rate != (2 * 1)) in bwi_encap()
Drtw.c3332 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0) in rtw_start()
/netbsd/src/sys/dev/usb/
Dif_ural.c1046 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in ural_txtime()
1115 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ural_setup_tx_desc()
1880 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in ural_set_txpreamble()
Dif_rum.c989 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rum_txtime()
1063 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rum_setup_tx_desc()
1596 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in rum_set_txpreamble()
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()
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()
Dif_urtw.c2645 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in urtw_tx_start()
/netbsd/src/sys/dev/pci/
Dif_iwi.c1731 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwi_tx_start()
2669 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwi_auth_and_assoc()
2688 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in iwi_auth_and_assoc()
Dif_iwn.c4935 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_auth()
5003 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_run()
Dif_wpi.c1002 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in wpi_newstate()
Dif_iwm.c5727 = htole32((ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwm_mac_ctxt_cmd_common()