HomeSort by: relevance | last modified time | path
    Searched defs:radio (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar5312_board.c 107 * Locate the radio configuration data; it is located relative
113 static const void *radio = NULL; local in function:ar5312_get_radio_info
117 if (radio == NULL) {
128 radio = ptr;
133 /* NB: AR2316 has radio data in a different location */
141 return radio;
ar5315_board.c 45 * 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 in function:ar5315_get_radio_info
117 if (radio)
128 radio = ptr;
132 /* AR2316 moves radio data */
135 radio = ptr;
140 return radio;
  /src/usr.sbin/iwictl/
iwictl.c 134 int radio; local in function:get_radio_state
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");
  /src/usr.sbin/ipwctl/
ipwctl.c 130 int radio; local in function:get_radio_state
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");
  /src/sys/external/isc/atheros_hal/dist/
ah_soc.h 87 const char *radio; /* radio config data */ member in struct:ar531x_config

Completed in 12 milliseconds