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

/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dkeymap169 radio=" "
171 radio="*"
179 '($radio) $desc' '' '$keym: $desc'
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_soc.h87 const char *radio; /* radio config data */ member in struct:ar531x_config
/freebsd-11-stable/contrib/wpa/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.h308 * struct wpa_radio - Internal data for per-radio information
311 * (struct wpa_supplicant) that share the same physical radio, e.g., to allow
430 /* token - Dialog token of the current radio measurement */
433 /* destination address of the current radio measurement request */
490 struct wpa_radio *radio; /* shared radio context */ member in struct:wpa_supplicant
H A Dctrl_iface.c8099 dl_list_for_each(work, &wpa_s->radio->work, struct wpa_radio_work, list)
8122 "Timing out external radio work %u (%s)",
8151 wpa_dbg(work->wpa_s, MSG_DEBUG, "Starting external radio work %u (%s)",
8221 dl_list_for_each(work, &wpa_s->radio->work, struct wpa_radio_work, list)
8231 "Completed external radio work %u (%s)",
8261 if (!wpa_s || !wpa_s->radio)
8264 dl_list_for_each_safe(work, tmp, &wpa_s->radio->work,
8272 "Flushing%s external radio work %u (%s)",
H A Dp2p_supplicant.c1422 "P2P: Free Action frame radio work @%p (freq=%u dst="
1444 wpa_printf(MSG_DEBUG, "P2P: Send Action frame radio work timed out");
1602 wpa_printf(MSG_DEBUG, "P2P: Schedule new radio work for Action frame TX (listen_freq=%d send_freq=%d freq=%u)",
1611 wpa_printf(MSG_DEBUG, "P2P: Use ongoing radio work for Action frame TX");
8140 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant,
9442 * Travers all the radio interfaces, and for each GO interface, check
9446 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312.h30 (((const struct ar531x_config *)((_ah)->ah_st))->radio)
/freebsd-11-stable/sys/dev/sound/pci/
H A Dfm801.c169 device_t radio; member in struct:fm801_info
653 fm801->radio = device_add_child(dev, "radio", -1);
681 if (fm801->radio != NULL) {
682 r = device_delete_child(dev, fm801->radio);
685 fm801->radio = NULL;
/freebsd-11-stable/sys/dev/usb/net/
H A Duhso.c598 SYSCTL_ADD_PROC(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "radio",
599 CTLTYPE_INT | CTLFLAG_RWTUN, sc, 0, uhso_radio_sysctl, "I", "Enable radio");
986 int error, radio; local
988 radio = sc->sc_radio;
989 error = sysctl_handle_int(oidp, &radio, 0, req);
992 if (radio != sc->sc_radio) {
993 radio = radio != 0 ? 1 : 0;
994 error = uhso_radio_ctrl(sc, radio);
996 sc->sc_radio = radio;
[all...]
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev.h208 int radio; /* Radio minor */ member in struct:video_unit
342 #define VID_HARDWARE_CADET 21 /* Cadet radio */
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l272 radio return RADIO;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1472 // Check if a radio maintains its value
1476 input.setAttribute("type", "radio");
2587 } else if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) {
2588 // Setting the type on a radio button after the value resets the value in IE6-9
2833 jQuery.each([ "radio", "checkbox" ], function() {
2842 jQuery.each([ "radio", "checkbox" ], function() {
3645 // IE change delegation and checkbox/radio fix
3653 // IE doesn't fire change on a check/radio until blur; trigger it on click
3655 // This still fires onchange a second time for check/radio after blur.
3656 if ( this.type === "checkbox" || this.type === "radio" ) {
[all...]

Completed in 359 milliseconds