Searched refs:ic (Results 1 - 25 of 122) sorted by path

12345

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_btcoex_mci.c327 struct ieee80211com *ic = &sc->sc_ic; local
328 struct ieee80211_channel *chan = ic->ic_curchan;
H A Dif_ath_ioctl.h34 extern int ath_ioctl(struct ieee80211com *ic, u_long cmd, void *data);
H A Dif_ath_tdma.c255 struct ieee80211com *ic = &sc->sc_ic; local
261 vap = TAILQ_FIRST(&ic->ic_vaps); /* XXX */
363 struct ieee80211com *ic = ni->ni_ic; local
364 struct ath_softc *sc = ic->ic_softc;
383 ath_wme_update(ic);
H A Dif_ath.c604 struct ieee80211com *ic = &sc->sc_ic; local
614 ic->ic_softc = sc;
615 ic->ic_name = device_get_nameunit(sc->sc_dev);
906 ic->ic_phytype = IEEE80211_T_OFDM;
907 ic->ic_opmode = IEEE80211_M_STA;
908 ic->ic_caps =
933 ic->ic_cryptocaps |= IEEE80211_CRYPTO_WEP;
935 ic->ic_cryptocaps |= IEEE80211_CRYPTO_AES_OCB;
937 ic->ic_cryptocaps |= IEEE80211_CRYPTO_AES_CCM;
939 ic
1523 ath_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac0[IEEE80211_ADDR_LEN]) argument
1785 struct ieee80211com *ic = vap->iv_ic; local
1907 struct ieee80211com *ic = &sc->sc_ic; local
1950 struct ieee80211com *ic = &sc->sc_ic; local
1992 struct ieee80211com *ic = &sc->sc_ic; local
2205 struct ieee80211com *ic = &sc->sc_ic; local
2525 struct ieee80211com *ic = &sc->sc_ic; local
2541 struct ieee80211com *ic = &sc->sc_ic; local
2555 struct ieee80211com *ic = &sc->sc_ic; local
2906 struct ieee80211com *ic = &sc->sc_ic; local
3092 struct ieee80211com *ic = vap->iv_ic; local
3281 ath_transmit(struct ieee80211com *ic, struct mbuf *m) argument
3578 ath_update_promisc(struct ieee80211com *ic) argument
3602 struct ieee80211com *ic = &sc->sc_ic; local
3651 ath_update_mcast(struct ieee80211com *ic) argument
3669 struct ieee80211com *ic = &sc->sc_ic; local
3695 struct ieee80211com *ic = &sc->sc_ic; local
3732 ath_updateslot(struct ieee80211com *ic) argument
3865 struct ieee80211com *ic = vap->iv_ic; local
3896 struct ieee80211com *ic = ni->ni_ic; local
3911 struct ieee80211com *ic = ni->ni_ic; local
3923 struct ieee80211com *ic = ni->ni_ic; local
4057 struct ieee80211com *ic = &sc->sc_ic; local
4131 ath_wme_update(struct ieee80211com *ic) argument
4184 struct ieee80211com *ic = &sc->sc_ic; local
4398 struct ieee80211com *ic = &sc->sc_ic; local
4989 struct ieee80211com *ic = &sc->sc_ic; local
5223 struct ieee80211com *ic = &sc->sc_ic; local
5377 struct ieee80211com *ic = &sc->sc_ic; local
5515 ath_scan_start(struct ieee80211com *ic) argument
5540 ath_scan_end(struct ieee80211com *ic) argument
5580 ath_update_chw(struct ieee80211com *ic) argument
5634 struct ieee80211com *ic = vap->iv_ic; local
5733 ath_set_channel(struct ieee80211com *ic) argument
5761 struct ieee80211com *ic = this->iv_ic; local
5776 struct ieee80211com *ic = vap->iv_ic; local
6303 ath_setregdomain(struct ieee80211com *ic, struct ieee80211_regdomain *reg, int nchans, struct ieee80211_channel chans[]) argument
6327 ath_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
6345 struct ieee80211com *ic = &sc->sc_ic; local
6505 struct ieee80211com *ic = &sc->sc_ic; local
6542 ath_parent(struct ieee80211com *ic) argument
6625 struct ieee80211com *ic = &sc->sc_ic; local
6665 struct ieee80211com *ic = ni->ni_ic; local
6732 struct ieee80211com *ic = ni->ni_ic; local
6937 struct ieee80211com *ic = ni->ni_ic; local
[all...]
H A Dif_ath_beacon.c139 struct ieee80211com *ic = &sc->sc_ic; local
144 if (ic->ic_opmode == IEEE80211_M_HOSTAP ||
145 ic->ic_opmode == IEEE80211_M_MBSS) {
156 ieee80211_wme_ic_getparams(ic, &chp);
274 struct ieee80211com *ic = ni->ni_ic; local
294 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) {
326 if (USE_SHPREAMBLE(ic))
473 struct ieee80211com *ic = &sc->sc_ic; local
478 slot = ((tsftu % ic->ic_lintval) * ATH_BCBUF) / ic
932 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
H A Dif_ath_beacon.h45 extern int ath_wme_update(struct ieee80211com *ic);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c230 struct ieee80211com *ic = &sc->sc_ic; local
275 ic->ic_softc = sc;
276 ic->ic_name = device_get_nameunit(dev);
277 ic->ic_opmode = IEEE80211_M_STA;
278 ic->ic_phytype = IEEE80211_T_DS;
281 ic->ic_caps =
292 ic->ic_macaddr[0] = val >> 8;
293 ic->ic_macaddr[1] = val & 0xff;
295 ic->ic_macaddr[2] = val >> 8;
296 ic
371 struct ieee80211com *ic = &sc->sc_ic; local
401 ipw_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
802 struct ieee80211com *ic = &sc->sc_ic; local
812 struct ieee80211com *ic = &sc->sc_ic; local
840 struct ieee80211com *ic = vap->iv_ic; local
853 struct ieee80211com *ic = vap->iv_ic; local
1002 struct ieee80211com *ic = &sc->sc_ic; local
1104 struct ieee80211com *ic = &sc->sc_ic; local
1117 struct ieee80211com *ic = &sc->sc_ic; local
1162 struct ieee80211com *ic = &sc->sc_ic; local
1367 struct ieee80211com *ic = &sc->sc_ic; local
1557 struct ieee80211com *ic = &sc->sc_ic; local
1712 ipw_transmit(struct ieee80211com *ic, struct mbuf *m) argument
1758 struct ieee80211com *ic = &sc->sc_ic; local
1786 ipw_parent(struct ieee80211com *ic) argument
2017 struct ieee80211com *ic = &sc->sc_ic; local
2160 struct ieee80211com *ic = &sc->sc_ic; local
2173 ipw_assoc(struct ieee80211com *ic, struct ieee80211vap *vap) argument
2264 ipw_disassoc(struct ieee80211com *ic, struct ieee80211vap *vap) argument
2301 struct ieee80211com *ic = &sc->sc_ic; local
2314 struct ieee80211com *ic = &sc->sc_ic; local
2410 struct ieee80211com *ic = &sc->sc_ic; local
2625 ipw_scan_start(struct ieee80211com *ic) argument
2635 ipw_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
2655 ipw_set_channel(struct ieee80211com *ic) argument
2681 ipw_scan_end(struct ieee80211com *ic) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c331 struct ieee80211com *ic; local
448 ic = &sc->sc_ic;
449 ic->ic_softc = sc;
450 ic->ic_name = device_get_nameunit(dev);
451 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
452 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */
455 ic->ic_caps =
471 ic->ic_cryptocaps =
478 if ((error = wpi_read_eeprom(sc, ic->ic_macaddr)) != 0) {
500 ieee80211_ifattach(ic);
619 wpi_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
683 struct ieee80211com *ic = &sc->sc_ic; local
748 struct ieee80211com *ic = &sc->sc_ic; local
758 struct ieee80211com *ic = &sc->sc_ic; local
1461 struct ieee80211com *ic = &sc->sc_ic; local
1499 wpi_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
1514 wpi_setregdomain(struct ieee80211com *ic, struct ieee80211_regdomain *rd, int nchan, struct ieee80211_channel chans[]) argument
1708 struct ieee80211com *ic = &sc->sc_ic; local
1726 struct ieee80211com *ic = vap->iv_ic; local
1909 struct ieee80211com *ic = &sc->sc_ic; local
2179 struct ieee80211com *ic = &sc->sc_ic; local
2569 struct ieee80211com *ic = &sc->sc_ic; local
2794 struct ieee80211com *ic = ni->ni_ic; local
3079 struct ieee80211com *ic = ni->ni_ic; local
3125 wpi_transmit(struct ieee80211com *ic, struct mbuf *m) argument
3178 struct ieee80211com *ic = &sc->sc_ic; local
3195 struct ieee80211com *ic = &sc->sc_ic; local
3205 struct ieee80211com *ic = &sc->sc_ic; local
3212 wpi_parent(struct ieee80211com *ic) argument
3338 struct ieee80211com *ic = &sc->sc_ic; local
3388 struct ieee80211com *ic = ni->ni_ic; local
3436 struct ieee80211com *ic = &sc->sc_ic; local
3525 wpi_updateedca(struct ieee80211com *ic) argument
3564 struct ieee80211com *ic = &sc->sc_ic; local
3579 wpi_update_promisc(struct ieee80211com *ic) argument
3601 wpi_update_mcast(struct ieee80211com *ic) argument
3939 struct ieee80211com *ic = &sc->sc_ic; local
4041 struct ieee80211com *ic = &sc->sc_ic; local
4098 struct ieee80211com *ic = &sc->sc_ic; local
4295 struct ieee80211com *ic = vap->iv_ic; local
4348 struct ieee80211com *ic = vap->iv_ic; local
4497 struct ieee80211com *ic = vap->iv_ic; local
4773 struct ieee80211com *ic = vap->iv_ic; local
5425 struct ieee80211com *ic = &sc->sc_ic; local
5442 struct ieee80211com *ic = &sc->sc_ic; local
5561 wpi_scan_start(struct ieee80211com *ic) argument
5572 wpi_scan_end(struct ieee80211com *ic) argument
5586 wpi_set_channel(struct ieee80211com *ic) argument
5634 struct ieee80211com *ic = vap->iv_ic; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c80 struct ieee80211com *ic = &sc->sc_ic; local
82 rs->rs_scan_start = ic->ic_scan_start;
83 ic->ic_scan_start = r92c_scan_start;
84 rs->rs_scan_end = ic->ic_scan_end;
85 ic->ic_scan_end = r92c_scan_end;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_rx.c114 struct ieee80211com *ic = &sc->sc_ic; local
147 counter_u64_add(ic->ic_ierrors, 1);
156 struct ieee80211com *ic = &sc->sc_ic; local
201 counter_u64_add(ic->ic_ierrors, 1);
204 counter_u64_add(ic->ic_ierrors, 1);
206 counter_u64_add(ic->ic_ierrors, 1);
299 struct ieee80211com *ic = &sc->sc_ic; local
307 counter_u64_add(ic->ic_ierrors, 1);
368 struct ieee80211com *ic = &sc->sc_ic; local
414 (void)ieee80211_input_mimo_all(ic,
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c116 * @ic: ignore case bool
117 * @upcase: upcase table (only if @ic == IGNORE_CASE)
121 * identical, or FALSE (0) if they are not identical. If @ic is IGNORE_CASE,
126 const IGNORE_CASE_BOOL ic,
133 if (ic == CASE_SENSITIVE)
146 * @ic: either CASE_SENSITIVE or IGNORE_CASE (see below)
150 * If @ic is CASE_SENSITIVE, then the names are compared primarily ignoring
157 * If @ic is IGNORE_CASE, then the names are only compared case-insensitively
167 const IGNORE_CASE_BOOL ic, const ntfschar *upcase,
182 if (ic
124 ntfs_names_are_equal(const ntfschar *s1, size_t s1_len, const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_size) argument
165 ntfs_names_full_collate(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) argument
[all...]
H A Dunistr.h30 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic,
35 const IGNORE_CASE_BOOL ic,
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h396 friend istream& operator >> (istream &is, IppContent &ic) argument
398 return ic.input(is);
400 friend ostream& operator << (ostream &os, const IppContent &ic) argument
402 return ic.output(os);
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp143 int32 ic = message->FindInt32("idle_color"); local
150 idle_color.red = (ic & 0xff000000) >> 24;
151 idle_color.green = (ic & 0x00ff0000) >> 16;
152 idle_color.blue = (ic & 0x0000ff00) >> 8;
/haiku/src/bin/unzip/
H A Dmatch.c23 added ignore_case/ic flags, Case() macro.
94 #define Case(x) (ic? ToLower(x) : (x))
108 #define match(s,p,ic) (recmatch((ZCONST uch *)p,(ZCONST uch *)s,ic) == 1)
160 static int recmatch(p, s, ic)
163 int ic; /* true for case insensitivity */
182 return (*s && *s != '/') ? recmatch(p, s + CLEN(s), ic) : 0;
184 return *s ? recmatch(p, s + CLEN(s), ic) : 0;
203 if ((c = recmatch(p, s, ic)) != 0)
210 ? recmatch(p, s, ic)
[all...]
H A Dunzpriv.h2023 int ic)); /* match.c */
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_alq.h57 extern int ieee80211_alq_log(struct ieee80211com *ic,
H A Dieee80211_crypto_ccmp.c169 struct ieee80211com *ic = ctx->cc_ic; local
174 hdrlen = ieee80211_hdrspace(ic, mtod(m, void *));
H A Dieee80211_crypto_wep.c184 struct ieee80211com *ic = ctx->wc_ic; local
190 hdrlen = ieee80211_hdrspace(ic, mtod(m, void *));
H A Dieee80211_monitor.c69 ieee80211_monitor_attach(struct ieee80211com *ic) argument
71 ic->ic_vattach[IEEE80211_M_MONITOR] = monitor_vattach;
75 ieee80211_monitor_detach(struct ieee80211com *ic) argument
98 struct ieee80211com *ic = vap->iv_ic; local
101 IEEE80211_LOCK_ASSERT(ic);
111 ieee80211_create_ibss(vap, ic->ic_curchan);
H A Dieee80211_scan_sw.h30 extern void ieee80211_swscan_attach(struct ieee80211com *ic);
H A Dieee80211_superg.h115 ieee80211_ff_age_all(struct ieee80211com *ic, int quanta) argument
117 struct ieee80211_superg *sg = ic->ic_superg;
120 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VO], quanta);
121 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VI], quanta);
122 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BE], quanta);
123 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BK], quanta);
128 ieee80211_ff_flush(struct ieee80211com *ic, int ac) argument
130 struct ieee80211_superg *sg = ic->ic_superg;
133 ieee80211_ff_age(ic, &sg->ff_stageq[ac], 0x7fffffff);
137 ieee80211_ff_flush_all(struct ieee80211com *ic) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_regdomain.c762 HAL_CHANNEL_INTERNAL *ic; local
794 ic = &AH_PRIVATE(ah)->ah_channels[next];
800 OS_MEMZERO(ic, sizeof(*ic));
801 ic->channel = freq;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c671 struct ieee80211com *ic = &sc->sc_ic; local
717 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
1097 struct ieee80211com *ic = &sc->sc_ic; local
1162 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
1565 struct ieee80211com *ic = &sc->sc_ic; local
1572 ieee80211_iterate_nodes(&ic->ic_sta, sample_stats, sc);
H A Dsample.h138 struct ieee80211com *ic = &sc->sc_ic; local
189 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
191 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
193 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
199 if (0 /*length > ic->ic_rtsthreshold */) {

Completed in 134 milliseconds

12345