Searched defs:radio (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c273 struct atu_cmd radio; local
277 /* Intersil doesn't seem to support radio switch */
283 bzero(&radio, sizeof (radio));
284 radio.Cmd = on ? CMD_RADIO_ON : CMD_RADIO_OFF;
286 err = atu_send_command(sc, (uint8_t *)&radio,
287 sizeof (radio));
291 err = atu_wait_completion(sc, radio.Cmd, NULL);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_calibration.h233 * i.e. for both Tx chains (radio transmitters), unless the driver knows
337 * 11) Read gain table entries for DSP and radio gain, place into appropriate
422 * before being sent to the analog radio.
423 * 2) Radio gain. This sets the analog gain of the radio Tx path.
442 uint8_t radio; member in struct:gain_entry
827 * This command sets the relative gains of 4965's 3 radio receiver chains.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c432 {RADIOON, "radio", do_get_radioon, do_set_radioon, RW},
3632 wl_radio_t radio; local
3637 (void) memset(&radio, 0xff, sizeof (radio));
3640 radio = B_TRUE;
3642 radio = B_FALSE;
3645 gettext("%s: radio : on or off\n"), gExecName);
3649 (void) memmove(gbuf->wldp_buf, &radio, sizeof (wl_radio_t));
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c495 { "radio", { "on", DLADM_WLAN_RADIO_ON },
3462 wl_radio_t radio; local
3471 (void) memcpy(&radio, buf, sizeof (radio));
3472 switch (radio) {
3493 dladm_wlan_radio_t radio = vdp->vd_val; local
3499 switch (radio) {

Completed in 97 milliseconds