Searched refs:radio (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/sys/arch/mips/atheros/
H A Dar5315_board.c45 * This file provides code to locate board-specific configuration and radio
107 * Locate the radio configuration data; it is located relative to the
113 static const void *radio = NULL; local
117 if (radio)
128 radio = ptr;
132 /* AR2316 moves radio data */
135 radio = ptr;
140 return radio;
H A Dar5312_board.c107 * Locate the radio configuration data; it is located relative
113 static const void *radio = NULL; local
117 if (radio == NULL) {
128 radio = ptr;
133 /* NB: AR2316 has radio data in a different location */
141 return radio;
H A Dar_conf.c218 * Locate board and radio configuration data in flash.
231 config->radio = (*boardsw->absw_get_radio_info)();
232 if (config->radio == NULL)
/netbsd-current/usr.sbin/iwictl/
H A Diwictl.c134 int radio; local
136 if (do_req(iface, SIOCGRADIO, &radio) == -1)
137 err(EX_OSERR, "Can't read radio");
139 (void)printf("Radio is %s\n", radio ? "ON" : "OFF");
/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_soc.h87 const char *radio; /* radio config data */ member in struct:ar531x_config
/netbsd-current/etc/etc.alpha/
H A DMAKEDEV.conf21 makedev radio
/netbsd-current/etc/etc.macppc/
H A DMAKEDEV.conf19 makedev radio
/netbsd-current/etc/etc.evbppc/
H A DMAKEDEV.conf22 makedev radio
/netbsd-current/usr.sbin/ipwctl/
H A Dipwctl.c130 int radio; local
132 if (do_req(iface, SIOCGRADIO, &radio) == -1) {
134 errx(EX_OSERR, "Can't retrieve radio transmitter "
137 err(EX_OSERR, "Can't retrieve radio transmitter state");
140 (void)printf("Radio is %s\n", radio ? "ON" : "OFF");
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_supplicant.c222 * If we timed out, the AP or the local radio may be busy.
583 * Need to remove any pending gas-query radio work before the
586 * to cancel such pending radio works and once the pending gas-query
587 * radio work eventually gets removed, the deinit notification call to
590 if (wpa_s->radio)
5067 /* freqs are specified for the radio work */
5104 struct wpa_radio *radio; local
5107 radio = iface->radio;
5108 if (radio
5179 radio_work_get_next_work(struct wpa_radio *radio) argument
5274 struct wpa_radio *radio = eloop_ctx; local
5340 struct wpa_radio *radio = wpa_s->radio; local
5365 struct wpa_radio *radio = wpa_s->radio; local
5380 struct wpa_radio *radio = wpa_s->radio; local
5401 struct wpa_radio *radio = wpa_s->radio; local
5445 struct wpa_radio *radio = wpa_s->radio; local
5518 struct wpa_radio *radio = wpa_s->radio; local
[all...]
H A Devents.c2125 * Check other interfaces to see if they share the same radio. If
2128 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant,
3734 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant,
4307 wpa_s->radio->external_scan_running = 1;
4315 wpa_s->radio->external_scan_running = 0;
4335 wpa_s->radio->external_scan_running = 0;
4770 /* This radio work will be cancelled, so clear P2P
H A Dscan.c1249 * virtual interface that shares the same radio with the wpa_s interface
2849 struct wpa_radio *radio = wpa_s->radio; local
2851 dl_list_for_each(work, &radio->work, struct wpa_radio_work, list) {
H A Dwpa_supplicant_i.h319 * struct wpa_radio - Internal data for per-radio information
322 * (struct wpa_supplicant) that share the same physical radio, e.g., to allow
441 /* token - Dialog token of the current radio measurement */
444 /* destination address of the current radio measurement request */
501 struct wpa_radio *radio; /* shared radio context */ member in struct:wpa_supplicant
H A Dctrl_iface.c8101 dl_list_for_each(work, &wpa_s->radio->work, struct wpa_radio_work, list)
8125 "Timing out external radio work %u (%s)",
8154 wpa_dbg(work->wpa_s, MSG_DEBUG, "Starting external radio work %u (%s)",
8224 dl_list_for_each(work, &wpa_s->radio->work, struct wpa_radio_work, list)
8234 "Completed external radio work %u (%s)",
8264 if (!wpa_s || !wpa_s->radio)
8267 dl_list_for_each_safe(work, tmp, &wpa_s->radio->work,
8275 "Flushing%s external radio work %u (%s)",
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312.h30 (((const struct ar531x_config *)((_ah)->ah_st))->radio)
/netbsd-current/etc/etc.sparc64/
H A DMAKEDEV.conf18 makedev radio
/netbsd-current/etc/etc.ia64/
H A DMAKEDEV.conf29 makedev radio
/netbsd-current/etc/etc.ofppc/
H A DMAKEDEV.conf14 makedev altq sysmon bktr radio kttcp
/netbsd-current/etc/etc.amd64/
H A DMAKEDEV.conf30 makedev radio
/netbsd-current/sys/dev/
H A Dradio.c1 /* $NetBSD: radio.c,v 1.31 2021/08/07 16:19:08 thorpej Exp $ */
2 /* $OpenBSD: radio.c,v 1.2 2001/12/05 10:27:06 mickey Exp $ */
3 /* $RuOBSD: radio.c,v 1.7 2001/12/04 06:03:05 tm Exp $ */
30 /* This is the /dev/radio driver from OpenBSD */
33 __KERNEL_RCSID(0, "$NetBSD: radio.c,v 1.31 2021/08/07 16:19:08 thorpej Exp $");
60 CFATTACH_DECL_NEW(radio, sizeof(struct radio_softc),
170 * Called from hardware driver. This is where the MI radio driver gets
187 aprint_normal("radio at %s", pnp);
/netbsd-current/etc/etc.i386/
H A DMAKEDEV.conf34 makedev radio
/netbsd-current/etc/
H A DMAKEDEV.tmpl269 # radio* radio devices
901 radio)
903 lndev radio0 radio
1582 radio|radio[0-9]*)
1583 unit=${i#radio}
1585 mkdev radio$unit c %radio_chr% $unit 666
/netbsd-current/share/man/man4/
H A DMakefile106 MAN+= radio.4 az.4 gtp.4 rt.4 rtii.4 sf2r.4
/netbsd-current/external/bsd/libpcap/dist/
H A Dscanner.l280 radio return RADIO;
/netbsd-current/share/man/man9/
H A DMakefile49 radio.9 ras.9 rasops.9 ratecheck.9 resettodr.9 rnd.9 \

Completed in 418 milliseconds

12