| /src/sys/arch/mips/atheros/ |
| 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 117 if (radio) 128 radio = ptr; 132 /* AR2316 moves radio data */ 135 radio = ptr; 140 return radio;
|
| ar5312_board.c | 107 * 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;
|
| ar_conf.c | 218 * Locate board and radio configuration data in flash. 231 config->radio = (*boardsw->absw_get_radio_info)(); 232 if (config->radio == NULL)
|
| /src/usr.sbin/iwictl/ |
| iwictl.c | 134 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");
|
| /src/sys/external/isc/atheros_hal/dist/ |
| ah_soc.h | 87 const char *radio; /* radio config data */ member in struct:ar531x_config
|
| /src/etc/etc.alpha/ |
| MAKEDEV.conf | 21 makedev radio
|
| /src/etc/etc.evbppc/ |
| MAKEDEV.conf | 22 makedev radio
|
| /src/etc/etc.macppc/ |
| MAKEDEV.conf | 19 makedev radio
|
| /src/usr.sbin/ipwctl/ |
| ipwctl.c | 130 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");
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wpa_supplicant.c | 235 * If we timed out, the AP or the local radio may be busy. 655 * Need to remove any pending gas-query radio work before the 658 * to cancel such pending radio works and once the pending gas-query 659 * radio work eventually gets removed, the deinit notification call to 662 if (wpa_s->radio) 6626 /* freqs are specified for the radio work */ 6663 struct wpa_radio *radio; local 6666 radio = iface->radio; 6667 if (radio && os_strcmp(rn, radio->name) == 0) 6833 struct wpa_radio *radio = eloop_ctx; local 6899 struct wpa_radio *radio = wpa_s->radio; local 6924 struct wpa_radio *radio = wpa_s->radio; local 6939 struct wpa_radio *radio = wpa_s->radio; local 6964 struct wpa_radio *radio = wpa_s->radio; local 7008 struct wpa_radio *radio = wpa_s->radio; local 7081 struct wpa_radio *radio = wpa_s->radio; local [all...] |
| wpa_supplicant_i.h | 326 * struct wpa_radio - Internal data for per-radio information 329 * (struct wpa_supplicant) that share the same physical radio, e.g., to allow 343 * Checks whether an external scan is running on a given radio. 344 * @radio: Pointer to radio struct 347 static inline bool external_scan_running(struct wpa_radio *radio) 349 return radio && radio->external_scan_req_interface; 356 * struct wpa_radio_work - Radio work item 459 /* token - Dialog token of the current radio measurement * 682 struct wpa_radio *radio; \/* shared radio context *\/ member in struct:wpa_supplicant [all...] |
| scan.c | 290 * @next: Whether or not to perform this scan as the next radio work 476 dl_list_for_each(ifs, &wpa_s->radio->ifaces, 1510 * virtual interface that shares the same radio with the wpa_s interface 3695 struct wpa_radio *radio = wpa_s->radio; local 3697 dl_list_for_each(work, &radio->work, struct wpa_radio_work, list) {
|
| events.c | 2839 * Check other interfaces to see if they share the same radio. If 2842 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant, 5254 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant, 6111 wpa_s->radio->external_scan_req_interface = wpa_s; 6119 wpa_s->radio->external_scan_req_interface = NULL; 6140 wpa_s->radio->external_scan_req_interface = NULL; 6678 /* This radio work will be cancelled, so clear P2P
|
| /src/sys/external/isc/atheros_hal/dist/ar5312/ |
| ar5312.h | 30 (((const struct ar531x_config *)((_ah)->ah_st))->radio)
|
| /src/etc/etc.amd64/ |
| MAKEDEV.conf | 30 makedev radio
|
| /src/etc/etc.ia64/ |
| MAKEDEV.conf | 29 makedev radio
|
| /src/etc/etc.ofppc/ |
| MAKEDEV.conf | 14 makedev altq sysmon bktr radio kttcp
|
| /src/etc/etc.sparc64/ |
| MAKEDEV.conf | 18 makedev radio
|
| /src/sys/dev/ |
| radio.c | 1 /* $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);
|
| /src/etc/etc.i386/ |
| MAKEDEV.conf | 34 makedev radio
|
| /src/external/mit/expat/dist/doc/ |
| ok.min.css | 2 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--ok-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--ok-mono:SFMono-Regular,Menlo,Monaco,Consolas,"Ubuntu Mono","Liberation Mono","Courier New",Courier,monospace;--ok-fw-0:400;--ok-fw-1:600;--ok-fw-2:700;--ok-fw-3:700;--ok-fs-0:2.5rem;--ok-fs-1:2rem;--ok-fs-2:1.5rem;--ok-fs-3:1.25rem;--ok-fs-4:1rem;--ok-fs-5:0.75rem;--ok-br:0.25rem;--ok-s-0:0;--ok-s-1:0.25rem;--ok-s-2:0.5rem;--ok-s-3:1rem;--ok-s-4:1.5rem;--ok-s-5:2rem;--ok-s-6:2.5rem;--ok-lh-body:1.5;--ok-lh-heading:1.25;--ok-t-hl:#ffcf30;--ok-accent-0:#3e67fa;--ok-accent-1:#4788ff;--ok-tc-accent:#3173de;--ok-tc-code:#c23a30;--ok-tc-0:#000;--ok-tc-1:#747474;--ok-tc-2:#848484;--ok-bg-0:#fff;--ok-bg-1:#f0f0f0;--ok-bg-2:#ccc;--ok-b-0:1px solid #cbcbcb;--ok-b-1:1px solid #848484;--ok-down-0:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23747474'/%3E%3C/svg%3E");--ok-down-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23848484'/%3E%3C/svg%3E")}@media (prefers-color-scheme:dark){:root{--ok-tc-accent:#5c9aff;--ok-tc-code:#ed5853;--ok-tc-0:#fff;--ok-tc-1:#ababab;--ok-tc-2:#929292;--ok-bg-0:#000;--ok-bg-1:#212121;--ok-bg-2:#3e3e3e;--ok-b-0:1px solid #747474;--ok-b-1:1px solid #929292;--ok-down-0:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23ababab'/%3E%3C/svg%3E");--ok-down-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23929292'/%3E%3C/svg%3E")}}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{font-family:var(--ok-sans);line-sizing:normal;line-height:var(--ok-lh-body);font-weight:var(--ok-fw-0);color:var(--ok-tc-0);background-color:var(--ok-bg-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility;scroll-behavior:smooth}@supports (font-variation-settings:normal){html{font-family:Inter var,var(--ok-sans)}}button,input,optgroup,select,textarea{font-family:inherit;line-height:var(--ok-lh-body)}[role=button],button{cursor:pointer}audio,canvas,embed,iframe,img,input,object,select,svg,textarea,video{display:block}img,video{max-width:100%;height:auto}body{padding:var(--ok-s-3);max-width:80ch;margin:auto}article{padding-bottom:var(--ok-s-6)}h1{font-size:var(--ok-fs-0);margin:0}h2{font-size:var(--ok-fs-1)}h3{font-size:var(--ok-fs-2)}h4{font-size:var(--ok-fs-3)}h5{font-size:var(--ok-fs-4)}h6{font-size:var(--ok-fs-5);text-transform:uppercase;font-weight:var(--ok-fw-1)}h1,h2,h3,h4,h5,h6{line-height:var(--ok-lh-heading);font-weight:var(--ok-fw-3);margin-top:var(--ok-s-6);margin-bottom:var(--ok-s-3)}h1+*,h2+*,h3+*,h4+*,h5+*,h6+*,hr+*{margin-top:0}p{font-size:var(--ok-fs-4)}small{font-size:var(--ok-fs-5)}b,dt,strong{font-weight:var(--ok-fw-2)}address,article,aside,audio,blockquote,button,canvas,dd,details,dialog,div,dl,embed,fieldset,figcaption,figure,footer,form,header,hgroup,hr,iframe,img,input,main,nav,object,ol,p,pre,section,select,summary,svg,table,textarea,ul,video{margin-bottom:var(--ok-s-4)}address:last-child,article:last-child,aside:last-child,blockquote:last-child,dd:last-child,details:last-child,dialog:last-child,div:last-child,dl:last-child,dt:last-child,fieldset:last-child,figcaption:last-child,figure:last-child,footer:last-child,form:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,header:last-child,hgroup:last-child,hr:last-child,input[type=checkbox],input[type=radio],main:last-child,nav:last-child,ol:last-child,p:last-child,pre:last-child,section:last-child,table:last-child,ul:last-child{margin-bottom:0}fieldset{padding:var(--ok-s-3);border:var(--ok-b-0);border-radius:var(--ok-br)}legend{font-weight:var(--ok-fw-1);text-transform:uppercase;font-size:var(--ok-fs-5)}input,select{padding:var(--ok-s-2);background:var(--ok-bg-0);border:var(--ok-b-0);border-radius:var(--ok-br);color:var(--ok-tc-0);min-width:25ch}input:disabled,select:disabled,textarea:disabled{color:var(--ok-tc-2)}input::placeholder,textarea::placeholder{color:var(--ok-tc-2)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--ok-tc-2)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--ok-tc-2)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--ok-tc-2)}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:var(--ok-tc-2)}input::-webkit-clear-button,input::-webkit-inner-spin-button,input::-webkit-search-cancel-button,input::-webkit-search-results-button{display:none}input::-ms-clear,input::-ms-reveal{display:none}input:disabled,textarea:disabled{background-color:var(--ok-bg-1)}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=file]{max-width:300px}input[type=number]{-moz-appearance:textfield}input[type=checkbox],input[type=radio]{display:inline;min-width:auto}input[type=color]{height:2.5rem}input[type=date],input[type=datetim (…)
|
| /src/etc/ |
| MAKEDEV.tmpl | 270 # radio* radio devices 907 radio) 909 lndev radio0 radio 1604 radio|radio[0-9]*) 1605 unit=${i#radio} 1607 mkdev radio$unit c %radio_chr% $unit 666
|
| /src/share/man/man4/ |
| Makefile | 111 # Radio devices 112 MAN+= radio.4 az.4 gtp.4 rt.4 rtii.4 sf2r.4
|
| /src/external/bsd/libpcap/dist/ |
| scanner.l | 276 radio return RADIO;
|
| /src/share/man/man9/ |
| Makefile | 55 radio.9 ras.9 rasops.9 ratecheck.9 resettodr.9 rnd.9 \
|