Searched refs:vap (Results 101 - 121 of 121) sorted by relevance

12345

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.c339 struct ieee80211vap *vap = ni->ni_vap; local
340 struct ath_softc *sc = vap->iv_ic->ic_softc;
363 ATH_VAP(vap)->av_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
382 if ((vap->iv_opmode != IEEE80211_M_HOSTAP) &&
383 IEEE80211_ADDR_EQ(ni->ni_bssid, vap->iv_bss->ni_bssid)) {
385 /* XXX unlocked check against vap->iv_bss? */
432 ieee80211_get_vap_ifname(vap),
445 ieee80211_get_vap_ifname(vap),
447 vap->iv_bss->ni_bssid, ":",
462 if (vap
[all...]
H A Dif_ath_tx.c1558 struct ieee80211vap *vap = ni->ni_vap; local
1706 if (ieee80211_wme_vap_ac_is_noack(vap, pri))
1757 } else if (pktlen > vap->iv_rtsthreshold &&
1847 if (ieee80211_radiotap_active_vap(vap)) {
1857 ieee80211_radiotap_tx(vap, m0);
1907 struct ieee80211vap *vap = ni->ni_vap; local
1908 struct ath_vap *avp = ATH_VAP(vap);
2018 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2144 struct ieee80211vap *vap = ni->ni_vap; local
2297 if (ieee80211_radiotap_active_vap(vap)) {
[all...]
H A Dif_athvar.h498 #define ATH_VAP(vap) ((struct ath_vap *)(vap))
572 u_int8_t sc_nbssid0; /* # vap's using base mac */
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.h583 ieee80211_mesh_isproxyena(struct ieee80211vap *vap) argument
585 struct ieee80211_mesh_state *ms = vap->iv_mesh;
598 ieee80211_mesh_discover(struct ieee80211vap *vap, argument
601 struct ieee80211_mesh_state *ms = vap->iv_mesh;
602 return ms->ms_ppath->mpp_discover(vap, dest, m);
H A Dieee80211_scan.h66 * Scanning is done synchronously when initially bringing a vap to an
70 * is linkage to the IEEE80211_SCAN state. Only one vap at a time may
341 void ieee80211_scan_update_locked(struct ieee80211vap *vap,
343 void ieee80211_scan_copy_ssid(struct ieee80211vap *vap,
H A Dieee80211_ht.h244 void ieee80211_htinfo_notify(struct ieee80211vap *vap);
H A Dieee80211_haiku.h383 int ieee80211_vap_xmitpkt(struct ieee80211vap *vap, struct mbuf *m);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_rx.c129 struct ieee80211vap *vap = ni->ni_vap; local
131 ieee80211_ratectl_tx_complete(vap, ni,
134 ieee80211_ratectl_tx_complete(vap, ni,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h141 #define WPI_VAP(vap) ((struct wpi_vap *)(vap))
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rumreg.h53 #define RT2573_SKEY(vap, kidx) (0x1000 + ((vap) * RT2573_SKEY_MAX + \
H A Dif_runreg.h196 #define RT2860_SKEY(vap, kidx) (0x6c00 + (vap) * 128 + (kidx) * 32)
210 #define RT2860_BCN_BASE(vap) (0x7800 + (vap) * 512)
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c291 static int iwn_auth(struct iwn_softc *, struct ieee80211vap *vap);
292 static int iwn_run(struct iwn_softc *, struct ieee80211vap *vap);
1342 struct ieee80211vap *vap; local
1348 vap = &ivp->iv_vap;
1349 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
1351 vap->iv_bmissthreshold = 10; /* override default */
1353 ivp->iv_newstate = vap->iv_newstate;
1354 vap->iv_newstate = iwn_newstate;
1355 sc->ivap[IWN_RXON_BSS_CTX] = vap;
1356 vap
1368 iwn_vap_delete(struct ieee80211vap *vap) argument
2697 iwn_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
2891 iwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
3462 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3987 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4444 iwn_check_rate_needs_protection(struct iwn_softc *sc, struct ieee80211vap *vap, uint8_t rate) argument
4550 struct ieee80211vap *vap = ni->ni_vap; local
4764 struct ieee80211vap *vap = ni->ni_vap; local
5213 struct ieee80211vap *vap; local
6796 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6977 struct ieee80211vap *vap = NULL; local
7021 iwn_scan(struct iwn_softc *sc, struct ieee80211vap *vap, struct ieee80211_scan_state *ss, struct ieee80211_channel *c) argument
7282 iwn_auth(struct iwn_softc *sc, struct ieee80211vap *vap) argument
7332 iwn_run(struct iwn_softc *sc, struct ieee80211vap *vap) argument
8911 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
9092 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
9133 struct ieee80211vap *vap = ss->ss_vap; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c230 struct ieee80211vap *vap = ni->ni_vap; local
236 IEEE80211_NOTE(vap, IEEE80211_MSG_RATECTL, ni,
302 if (vap->iv_opmode == IEEE80211_M_STA)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c205 struct ieee80211vap *vap = ni->ni_vap; local
211 IEEE80211_NOTE(vap, IEEE80211_MSG_RATECTL, ni,
277 if (vap->iv_opmode == IEEE80211_M_STA)
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c590 struct ieee80211vap *vap; local
595 vap = &bvp->bv_vap;
597 ieee80211_vap_setup(ic, vap, name, unit, opmode,
601 bvp->bv_newstate = vap->iv_newstate;
602 vap->iv_newstate = bwi_newstate;
604 vap->iv_update_beacon = bwi_beacon_update;
606 ieee80211_ratectl_init(vap);
609 ieee80211_vap_attach(vap, ieee80211_media_change,
612 return vap;
616 bwi_vap_delete(struct ieee80211vap *vap) argument
1751 bwi_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2914 struct ieee80211vap *vap = ni->ni_vap; local
3105 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dif_bwivar.h543 #define BWI_VAP(vap) ((struct bwi_vap *)(vap))
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_haiku.cpp494 ieee80211_notify_scan_done(struct ieee80211vap* vap)
496 release_sem_etc(vap->iv_ifp->scan_done_sem, 1,
506 message.AddString("interface", vap->iv_ifp->device_name);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/usb/
H A Dr12au_attach.c111 r12a_vap_preattach(struct rtwn_softc *sc, struct ieee80211vap *vap) argument
114 struct ifnet *ifp = vap->iv_ifp;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwnvar.h109 struct ieee80211vap vap; member in struct:rtwn_vap
130 #define RTWN_VAP(vap) ((struct rtwn_vap *)(vap))
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h522 #define MALO_VAP(vap) ((struct malo_vap *)(vap))
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860reg.h198 #define RT2860_SKEY(vap, kidx) (0x6c00 + (vap) * 128 + (kidx) * 32)
211 #define RT2860_BCN_BASE(vap) (0x7800 + (vap) * 512)

Completed in 371 milliseconds

12345