Searched refs:ic (Results 76 - 100 of 236) sorted by relevance

12345678910

/freebsd-current/sys/dev/iwi/
H A Dif_iwi.c280 struct ieee80211com *ic = &sc->sc_ic; local
355 ic->ic_softc = sc;
356 ic->ic_name = device_get_nameunit(dev);
357 ic->ic_opmode = IEEE80211_M_STA;
358 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
361 ic->ic_caps =
376 ic->ic_macaddr[0] = val & 0xff;
377 ic->ic_macaddr[1] = val >> 8;
379 ic->ic_macaddr[2] = val & 0xff;
380 ic
441 struct ieee80211com *ic = &sc->sc_ic; local
480 iwi_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
845 struct ieee80211com *ic = &sc->sc_ic; local
855 struct ieee80211com *ic = &sc->sc_ic; local
880 struct ieee80211com *ic = ni->ni_ic; local
924 struct ieee80211com *ic = vap->iv_ic; local
940 struct ieee80211com *ic = vap->iv_ic; local
1046 struct ieee80211com *ic = &sc->sc_ic; local
1070 iwi_wme_update(struct ieee80211com *ic) argument
1170 struct ieee80211com *ic = &sc->sc_ic; local
1180 struct ieee80211com *ic = &sc->sc_ic; local
1388 struct ieee80211com *ic = &sc->sc_ic; local
1635 struct ieee80211com *ic = &sc->sc_ic; local
1939 iwi_transmit(struct ieee80211com *ic, struct mbuf *m) argument
1992 struct ieee80211com *ic = &sc->sc_ic; local
2025 iwi_parent(struct ieee80211com *ic) argument
2045 iwi_ioctl(struct ieee80211com *ic, u_long cmd, void *data) argument
2574 struct ieee80211com *ic = &sc->sc_ic; local
2694 struct ieee80211com *ic = &sc->sc_ic; local
2822 struct ieee80211com *ic = vap->iv_ic; local
3171 struct ieee80211com *ic = &sc->sc_ic; local
3250 struct ieee80211com *ic = &sc->sc_ic; local
3281 struct ieee80211com *ic = &sc->sc_ic; local
3536 iwi_scan_start(struct ieee80211com *ic) argument
3542 iwi_set_channel(struct ieee80211com *ic) argument
3570 iwi_scan_end(struct ieee80211com *ic) argument
3584 iwi_collect_bands(struct ieee80211com *ic, uint8_t bands[], size_t bands_sz) argument
3597 iwi_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
[all...]
/freebsd-current/sys/dev/otus/
H A Dif_otus.c336 struct ieee80211com *ic = &sc->sc_ic; local
354 ieee80211_ifdetach(ic);
367 otus_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
375 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
381 if (ieee80211_vap_setup(ic, vap, name, unit, opmode,
400 ic->ic_opmode = opmode;
416 otus_parent(struct ieee80211com *ic) argument
418 struct otus_softc *sc = ic->ic_softc;
421 if (ic->ic_nrunning > 0) {
432 ieee80211_start_all(ic);
458 otus_transmit(struct ieee80211com *ic, struct mbuf *m) argument
535 struct ieee80211com *ic= ni->ni_ic; local
569 otus_update_chw(struct ieee80211com *ic) argument
576 otus_set_channel(struct ieee80211com *ic) argument
597 otus_scan_start(struct ieee80211com *ic) argument
604 otus_scan_end(struct ieee80211com *ic) argument
611 otus_update_mcast(struct ieee80211com *ic) argument
621 struct ieee80211com *ic = &sc->sc_ic; local
775 otus_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
1185 struct ieee80211com *ic = vap->iv_ic; local
1362 struct ieee80211com *ic = ni->ni_ic; local
1422 struct ieee80211com *ic = &sc->sc_ic; local
1528 struct ieee80211com *ic = &sc->sc_ic; local
1806 struct ieee80211com *ic = &sc->sc_ic; local
1944 struct ieee80211com *ic = &sc->sc_ic; local
2225 struct ieee80211com *ic = &sc->sc_ic; local
2384 struct ieee80211com *ic = &sc->sc_ic; local
2424 otus_updateedca(struct ieee80211com *ic) argument
2446 struct ieee80211com *ic = &sc->sc_ic; local
2501 struct ieee80211com *ic = &sc->sc_ic; local
2817 struct ieee80211com *ic = &sc->sc_ic; local
2948 otus_set_key(struct ieee80211com *ic, struct ieee80211_node *ni, struct ieee80211_key *k) argument
3015 otus_delete_key(struct ieee80211com *ic, struct ieee80211_node *ni, struct ieee80211_key *k) argument
3162 struct ieee80211com *ic = &sc->sc_ic; local
3241 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c57 const unsigned char *n, uint64_t ic,
60 return implementation->stream_xor_ic(c, m, mlen, n, ic, k);
55 crypto_stream_salsa20_xor_ic(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, uint64_t ic, const unsigned char *k) argument
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_chacha20.h49 const unsigned char *n, uint64_t ic,
82 const unsigned char *n, uint32_t ic,
/freebsd-current/sys/net80211/
H A Dieee80211_ioctl.c76 struct ieee80211com *ic = vap->iv_ic; local
91 ni = ieee80211_find_vap_node(&ic->ic_sta, vap, ik.ik_macaddr);
132 struct ieee80211com *ic = vap->iv_ic; local
134 if (sizeof(ic->ic_chan_active) < ireq->i_len)
135 ireq->i_len = sizeof(ic->ic_chan_active);
136 return copyout(&ic->ic_chan_active, ireq->i_data, ireq->i_len);
142 struct ieee80211com *ic = vap->iv_ic; local
146 ic_chans[ic->ic_nchans]);
150 return copyout(&ic->ic_nchans, ireq->i_data, space);
463 struct ieee80211com *ic local
551 struct ieee80211com *ic = vap->iv_ic; local
602 struct ieee80211com *ic = vap->iv_ic; local
660 struct ieee80211com *ic = vap->iv_ic; local
691 ieee80211_ioctl_getdevcaps(struct ieee80211com *ic, const struct ieee80211req *ireq) argument
782 struct ieee80211com *ic = vap->iv_ic; local
1402 struct ieee80211com *ic = vap->iv_ic; local
1714 struct ieee80211com *ic = vap->iv_ic; local
1806 struct ieee80211com *ic = vap->iv_ic; local
1862 find11gchannel(struct ieee80211com *ic, int start, int freq) argument
1882 findchannel(struct ieee80211com *ic, int ieee, int mode) argument
1988 struct ieee80211com *ic = vap->iv_ic; local
2052 struct ieee80211com *ic = vap->iv_ic; local
2146 struct ieee80211com *ic = vap->iv_ic; local
2239 struct ieee80211com *ic = vap->iv_ic; local
2306 struct ieee80211com *ic = vap->iv_ic; local
2507 struct ieee80211com *ic = vap->iv_ic; local
2524 struct ieee80211com *ic = vap->iv_ic; local
2562 struct ieee80211com *ic = vap->iv_ic; local
2744 struct ieee80211com *ic = vap->iv_ic; local
3545 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211_adhoc.c80 ieee80211_adhoc_attach(struct ieee80211com *ic) argument
82 ic->ic_vattach[IEEE80211_M_IBSS] = adhoc_vattach;
83 ic->ic_vattach[IEEE80211_M_AHDEMO] = adhoc_vattach;
87 ieee80211_adhoc_detach(struct ieee80211com *ic) argument
133 struct ieee80211com *ic = vap->iv_ic; local
165 ieee80211_iterate_nodes_vap(&ic->ic_sta, vap,
176 ieee80211_ht_adjust_channel(ic,
225 ieee80211_ht_adjust_channel(ic,
226 ic->ic_curchan, vap->iv_flags_ht));
240 ieee80211_chan2ieee(ic, i
309 struct ieee80211com *ic = ni->ni_ic; local
708 struct ieee80211com *ic = ni->ni_ic; local
1007 struct ieee80211com *ic = ni->ni_ic; local
[all...]
H A Dieee80211_crypto.c141 ieee80211_crypto_attach(struct ieee80211com *ic) argument
155 ic->ic_sw_cryptocaps = IEEE80211_CRYPTO_WEP |
175 ic->ic_sw_keymgmtcaps = 0;
182 ieee80211_crypto_detach(struct ieee80211com *ic) argument
190 ieee80211_crypto_set_supported_software_ciphers(struct ieee80211com *ic, argument
193 ic->ic_sw_cryptocaps = cipher_set;
200 ieee80211_crypto_set_supported_hardware_ciphers(struct ieee80211com *ic, argument
203 ic->ic_cryptocaps = cipher_set;
216 ieee80211_crypto_set_supported_driver_keymgmt(struct ieee80211com *ic, argument
220 ic
340 struct ieee80211com *ic = vap->iv_ic; local
848 ieee80211_crypto_reload_keys(struct ieee80211com *ic) argument
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c129 unsigned long long mlen, const unsigned char *n, uint64_t ic,
140 ic_high = (uint32_t) (ic >> 32);
141 ic_low = (uint32_t) ic;
155 uint32_t ic, const unsigned char *k)
163 STORE32_LE(ic_bytes, ic);
128 stream_ref_xor_ic(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, uint64_t ic, const unsigned char *k) argument
153 stream_ietf_ref_xor_ic(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, uint32_t ic, const unsigned char *k) argument
H A Dchacha20_dolbeau-ssse3.c123 unsigned long long mlen, const unsigned char *n, uint64_t ic,
134 ic_high = (uint32_t) (ic >> 32);
135 ic_low = (uint32_t) ic;
149 uint32_t ic, const unsigned char *k)
157 STORE32_LE(ic_bytes, ic);
122 stream_ref_xor_ic(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, uint64_t ic, const unsigned char *k) argument
147 stream_ietf_ref_xor_ic(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, uint32_t ic, const unsigned char *k) argument
/freebsd-current/sys/dev/usb/wlan/
H A Dif_uath.c330 struct ieee80211com *ic = &sc->sc_ic; local
395 error = uath_get_devstatus(sc, ic->ic_macaddr);
416 ic->ic_softc = sc;
417 ic->ic_name = device_get_nameunit(dev);
418 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
419 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */
422 ic->ic_caps =
441 ieee80211_init_channels(ic, NULL, bands);
443 ieee80211_ifattach(ic);
444 ic
477 struct ieee80211com *ic = &sc->sc_ic; local
1028 uath_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
1072 struct ieee80211com *ic = &sc->sc_ic; local
1273 struct ieee80211com *ic = &sc->sc_ic; local
1414 struct ieee80211com *ic = &sc->sc_ic; local
1494 uath_parent(struct ieee80211com *ic) argument
1668 uath_transmit(struct ieee80211com *ic, struct mbuf *m) argument
1776 struct ieee80211com *ic = ni->ni_ic; local
1811 uath_scan_start(struct ieee80211com *ic) argument
1817 uath_scan_end(struct ieee80211com *ic) argument
1823 uath_set_channel(struct ieee80211com *ic) argument
1844 uath_update_mcast(struct ieee80211com *ic) argument
1864 uath_update_promisc(struct ieee80211com *ic) argument
1887 struct ieee80211com *ic = &sc->sc_ic; local
1938 struct ieee80211com *ic = &sc->sc_ic; local
1991 struct ieee80211com *ic = vap->iv_ic; local
2475 struct ieee80211com *ic = &sc->sc_ic; local
2703 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
H A Dif_rsu.c367 rsu_update_chw(struct ieee80211com *ic) argument
421 rsu_wme_update(struct ieee80211com *ic) argument
433 struct ieee80211com *ic = &sc->sc_ic; local
535 IEEE80211_ADDR_COPY(ic->ic_macaddr, &sc->rom[0x12]);
538 ic->ic_softc = sc;
539 ic->ic_name = device_get_nameunit(self);
540 ic->ic_phytype = IEEE80211_T_OFDM; /* Not only, but not used. */
541 ic->ic_opmode = IEEE80211_M_STA; /* Default to BSS mode. */
544 ic->ic_caps =
555 ic
624 struct ieee80211com *ic = &sc->sc_ic; local
677 rsu_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
739 rsu_scan_start(struct ieee80211com *ic) argument
760 rsu_scan_end(struct ieee80211com *ic) argument
766 rsu_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
784 rsu_set_channel(struct ieee80211com *ic) argument
829 rsu_update_promisc(struct ieee80211com *ic) argument
874 struct ieee80211com *ic = &sc->sc_ic; local
900 rsu_update_mcast(struct ieee80211com *ic) argument
1408 struct ieee80211com *ic = vap->iv_ic; local
1442 struct ieee80211com *ic = vap->iv_ic; local
1918 struct ieee80211com *ic = &sc->sc_ic; local
2031 struct ieee80211com *ic = &sc->sc_ic; local
2101 struct ieee80211com *ic = &sc->sc_ic; local
2152 struct ieee80211com *ic = &sc->sc_ic; local
2181 struct ieee80211com *ic = &sc->sc_ic; local
2301 struct ieee80211com *ic = &sc->sc_ic; local
2354 struct ieee80211com *ic = &sc->sc_ic; local
2532 struct ieee80211com *ic = &sc->sc_ic; local
2557 struct ieee80211com *ic = &sc->sc_ic; local
2650 struct ieee80211com *ic = &sc->sc_ic; local
2910 rsu_transmit(struct ieee80211com *ic, struct mbuf *m) argument
2999 rsu_ioctl_net(struct ieee80211com *ic, u_long cmd, void *data) argument
3052 rsu_parent(struct ieee80211com *ic) argument
3344 struct ieee80211com *ic = &sc->sc_ic; local
3530 struct ieee80211com *ic = ni->ni_ic; local
3590 struct ieee80211com *ic = &sc->sc_ic; local
3621 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
H A Dif_upgt.c244 struct ieee80211com *ic = &sc->sc_ic; local
327 ic->ic_softc = sc;
328 ic->ic_name = device_get_nameunit(dev);
329 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
330 ic->ic_opmode = IEEE80211_M_STA;
332 ic->ic_caps =
344 ieee80211_init_channels(ic, NULL, bands);
346 ieee80211_ifattach(ic);
347 ic->ic_raw_xmit = upgt_raw_xmit;
348 ic
432 upgt_parent(struct ieee80211com *ic) argument
579 struct ieee80211com *ic = &sc->sc_ic; local
681 upgt_setup_rates(struct ieee80211vap *vap, struct ieee80211com *ic) argument
735 upgt_transmit(struct ieee80211com *ic, struct mbuf *m) argument
794 struct ieee80211com *ic = ni->ni_ic; local
829 struct ieee80211com *ic = &sc->sc_ic; local
858 upgt_scan_start(struct ieee80211com *ic) argument
864 upgt_scan_end(struct ieee80211com *ic) argument
870 upgt_set_channel(struct ieee80211com *ic) argument
882 struct ieee80211com *ic = &sc->sc_ic; local
947 upgt_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
986 struct ieee80211com *ic = vap->iv_ic; local
1033 upgt_update_mcast(struct ieee80211com *ic) argument
1043 struct ieee80211com *ic = &sc->sc_ic; local
1433 struct ieee80211com *ic = &sc->sc_ic; local
1476 struct ieee80211com *ic = &sc->sc_ic; local
1931 struct ieee80211com *ic = &sc->sc_ic; local
2205 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
H A Dif_run.c501 static void run_update_chw(struct ieee80211com *ic);
785 struct ieee80211com *ic = &sc->sc_ic; local
837 sc->ntxchains, sc->nrxchains, ether_sprintf(ic->ic_macaddr));
841 ic->ic_softc = sc;
842 ic->ic_name = device_get_nameunit(self);
843 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
844 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */
847 ic->ic_caps =
866 ic->ic_htcaps =
873 ic
948 struct ieee80211com *ic = &sc->sc_ic; local
984 run_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
1102 struct ieee80211com *ic; local
1849 struct ieee80211com *ic = &sc->sc_ic; local
2120 struct ieee80211com *ic = vap->iv_ic; local
2170 struct ieee80211com *ic = vap->iv_ic; local
2296 run_wme_update(struct ieee80211com *ic) argument
2358 struct ieee80211com *ic = vap->iv_ic; local
2481 struct ieee80211com *ic = vap->iv_ic; local
2550 struct ieee80211com *ic = vap->iv_ic; local
2591 struct ieee80211com *ic = &sc->sc_ic; local
2772 struct ieee80211com *ic = vap->iv_ic; local
2870 struct ieee80211com *ic = &sc->sc_ic; local
3013 struct ieee80211com *ic = &sc->sc_ic; local
3176 struct ieee80211com *ic = &sc->sc_ic; local
3351 struct ieee80211com *ic = &sc->sc_ic; local
3420 struct ieee80211com *ic = &sc->sc_ic; local
3582 struct ieee80211com *ic = &sc->sc_ic; local
3646 struct ieee80211com *ic = ni->ni_ic; local
3713 struct ieee80211com *ic = ni->ni_ic; local
3826 run_transmit(struct ieee80211com *ic, struct mbuf *m) argument
3868 run_parent(struct ieee80211com *ic) argument
4876 struct ieee80211com *ic = &sc->sc_ic; local
4919 run_set_channel(struct ieee80211com *ic) argument
4931 run_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
4959 run_scan_start(struct ieee80211com *ic) argument
4975 run_scan_end(struct ieee80211com *ic) argument
4996 struct ieee80211com *ic = vap->iv_ic; local
5041 struct ieee80211com *ic = vap->iv_ic; local
5087 run_updateprot(struct ieee80211com *ic) argument
5102 struct ieee80211com *ic = arg; local
5186 run_update_promisc(struct ieee80211com *ic) argument
5201 struct ieee80211com *ic = &sc->sc_ic; local
5298 struct ieee80211com *ic = &sc->sc_ic; local
5312 struct ieee80211com *ic = &sc->sc_ic; local
5349 run_updateslot(struct ieee80211com *ic) argument
5367 struct ieee80211com *ic = arg; local
5378 run_update_mcast(struct ieee80211com *ic) argument
5385 struct ieee80211com *ic = &sc->sc_ic; local
6035 struct ieee80211com *ic = &sc->sc_ic; local
6095 struct ieee80211com *ic = &sc->sc_ic; local
6407 run_update_chw(struct ieee80211com *ic) argument
[all...]
/freebsd-current/sys/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
2561 struct ieee80211com *ic = &sc->sc_ic; local
2786 struct ieee80211com *ic = ni->ni_ic; local
3071 struct ieee80211com *ic = ni->ni_ic; local
3117 wpi_transmit(struct ieee80211com *ic, struct mbuf *m) argument
3170 struct ieee80211com *ic = &sc->sc_ic; local
3187 struct ieee80211com *ic = &sc->sc_ic; local
3197 struct ieee80211com *ic = &sc->sc_ic; local
3204 wpi_parent(struct ieee80211com *ic) argument
3330 struct ieee80211com *ic = &sc->sc_ic; local
3380 struct ieee80211com *ic = ni->ni_ic; local
3428 struct ieee80211com *ic = &sc->sc_ic; local
3517 wpi_updateedca(struct ieee80211com *ic) argument
3556 struct ieee80211com *ic = &sc->sc_ic; local
3571 wpi_update_promisc(struct ieee80211com *ic) argument
3593 wpi_update_mcast(struct ieee80211com *ic) argument
3931 struct ieee80211com *ic = &sc->sc_ic; local
4033 struct ieee80211com *ic = &sc->sc_ic; local
4090 struct ieee80211com *ic = &sc->sc_ic; local
4287 struct ieee80211com *ic = vap->iv_ic; local
4340 struct ieee80211com *ic = vap->iv_ic; local
4489 struct ieee80211com *ic = vap->iv_ic; local
4766 struct ieee80211com *ic = vap->iv_ic; local
5418 struct ieee80211com *ic = &sc->sc_ic; local
5435 struct ieee80211com *ic = &sc->sc_ic; local
5554 wpi_scan_start(struct ieee80211com *ic) argument
5565 wpi_scan_end(struct ieee80211com *ic) argument
5579 wpi_set_channel(struct ieee80211com *ic) argument
5627 struct ieee80211com *ic = vap->iv_ic; local
[all...]
/freebsd-current/contrib/mandoc/
H A Dterm.c100 size_t ic; /* Character position in the input buffer. */ local
167 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) {
168 switch (p->tcol->buf[ic]) {
185 if (ic == p->tcol->lastcol)
255 size_t ic; /* Character position in the input buffer. */ local
263 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic
352 size_t ic; /* Character position in the input buffer. */ local
[all...]
H A Dtbl_term.c169 int hspans, ic, more; local
199 for (ic = 0; ic + 1 < sp->opts->cols; ic++)
200 tsz += tp->tbl.cols[ic].width +
201 tp->tbl.cols[ic].spacing;
246 for (ic = 0; ic < sp->opts->cols; ic++) {
251 coloff += tp->tbl.cols[ic]
816 int ic, hspans; local
[all...]
/freebsd-current/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_attach.c76 struct ieee80211com *ic = &sc->sc_ic; local
90 ic->ic_ioctl = r12a_ioctl_net;
92 rs->rs_scan_start = ic->ic_scan_start;
93 ic->ic_scan_start = r21au_scan_start;
94 rs->rs_scan_end = ic->ic_scan_end;
95 ic->ic_scan_end = r21au_scan_end;
154 struct ieee80211com *ic = &sc->sc_ic; local
157 ic->ic_htcaps |= IEEE80211_HTC_TXLDPC;
159 ic->ic_caps |= IEEE80211_C_DFS;
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-avx2.c102 unsigned long long mlen, const unsigned char *n, uint64_t ic,
113 ic_high = (uint32_t) (ic >> 32);
114 ic_low = (uint32_t) ic;
101 stream_avx2_xor_ic(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, uint64_t ic, const unsigned char *k) argument
H A Dsalsa20_xmm6int-sse2.c93 unsigned long long mlen, const unsigned char *n, uint64_t ic,
104 ic_high = (uint32_t) (ic >> 32);
105 ic_low = (uint32_t) (ic);
92 stream_sse2_xor_ic(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, uint64_t ic, const unsigned char *k) argument
/freebsd-current/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c91 struct ieee80211com *ic = &sc->sc_ic; local
108 rate = rtwn_ctl_mcsrate(ic->ic_rt, ridx);
110 rate = ieee80211_ctl_rate(ic->ic_rt, ridx2rate[ridx]);
118 (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
127 struct ieee80211com *ic = &sc->sc_ic; local
134 ni->ni_chan : ic->ic_curchan;
152 ic->ic_curmode);
229 struct ieee80211com *ic = &sc->sc_ic; local
288 (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
296 prot = ic
[all...]
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c83 struct ieee80211com *ic = &sc->sc_ic; local
100 rate = rtwn_ctl_mcsrate(ic->ic_rt, ridx);
102 rate = ieee80211_ctl_rate(ic->ic_rt, ridx2rate[ridx]);
110 (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
119 struct ieee80211com *ic = &sc->sc_ic; local
126 ni->ni_chan : ic->ic_curchan;
140 ic->ic_curmode);
226 struct ieee80211com *ic = &sc->sc_ic; local
287 (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
294 prot = ic
[all...]
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.h136 struct ieee80211com *ic = &sc->sc_ic; local
187 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
189 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
191 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
197 if (0 /*length > ic->ic_rtsthreshold */) {
/freebsd-current/sbin/ipf/libipf/
H A Dipft_tx.c159 struct icmp icmp, *ic = &icmp; local
165 bzero((char *)ip, MAX(sizeof(*tcp), sizeof(*ic)) + sizeof(*ip));
167 bzero((char *)ic, sizeof(*ic));
295 ic->icmp_type = geticmptype(AF_INET, *cpp);
297 ic->icmp_code = atoi(t + 1);
300 if (ic->icmp_type == ICMP_ECHO ||
301 ic->icmp_type == ICMP_ECHOREPLY)
302 ic->icmp_id = htons(getpid());
322 bcopy((char *)ic, ((cha
[all...]
/freebsd-current/sys/dev/rtwn/usb/
H A Drtwn_usb_rx.c112 struct ieee80211com *ic = &sc->sc_ic; local
145 counter_u64_add(ic->ic_ierrors, 1);
154 struct ieee80211com *ic = &sc->sc_ic; local
199 counter_u64_add(ic->ic_ierrors, 1);
202 counter_u64_add(ic->ic_ierrors, 1);
204 counter_u64_add(ic->ic_ierrors, 1);
297 struct ieee80211com *ic = &sc->sc_ic; local
305 counter_u64_add(ic->ic_ierrors, 1);
366 struct ieee80211com *ic = &sc->sc_ic; local
418 (void)ieee80211_input_mimo_all(ic,
[all...]
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_tx.c75 struct ieee80211com *ic = &sc->sc_ic; local
78 ieee80211_ff_flush_all(ic);
113 struct ieee80211com *ic = &sc->sc_ic; local
146 else if (ic->ic_curmode != IEEE80211_MODE_11B)
238 rtwn_transmit(struct ieee80211com *ic, struct mbuf *m) argument
240 struct rtwn_softc *sc = ic->ic_softc;
294 struct ieee80211com *ic = ni->ni_ic; local
295 struct rtwn_softc *sc = ic->ic_softc;

Completed in 304 milliseconds

12345678910