Searched refs:freq (Results 176 - 200 of 479) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/src/utils/
H A Dcommon.c784 struct wpa_freq_range *freq = NULL, *n; local
795 os_free(freq);
798 n = os_realloc_array(freq, count + 1,
801 os_free(freq);
804 freq = n;
805 freq[count].min = atoi(pos);
810 freq[count].max = atoi(pos2);
812 freq[count].max = freq[count].min;
820 res->range = freq;
827 freq_range_list_includes(const struct wpa_freq_range_list *list, unsigned int freq) argument
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dgas_query.c47 int freq; member in struct:gas_query_pending
160 " dialog_token=%u freq=%d status_code=%u result=%s",
161 MAC2STR(query->addr), query->dialog_token, query->freq,
222 unsigned int freq, const u8 *dst,
232 wpa_printf(MSG_DEBUG, "GAS: Unexpected TX status: freq=%u dst="
234 freq, MAC2STR(dst), result);
241 wpa_printf(MSG_DEBUG, "GAS: TX status: freq=%u dst=" MACSTR
243 freq, MAC2STR(dst), result, query, query->dialog_token, dur);
286 "freq=%d prot=%d using src addr " MACSTR,
288 query->freq, pro
221 gas_query_tx_status(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) argument
509 gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa, const u8 *bssid, u8 categ, const u8 *data, size_t len, int freq) argument
822 gas_query_req(struct gas_query *gas, const u8 *dst, int freq, int wildcard_bssid, int maintain_addr, struct wpabuf *req, void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code), void *ctx) argument
[all...]
H A Dbss.h98 int freq; member in struct:wpa_bss
176 return bss->freq > 45000;
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py65 freq = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Frequency',
76 print(" %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq))
/freebsd-current/sys/powerpc/cpufreq/
H A Dpmcr.c168 sets[i].freq = pstate_freqs[i];
222 set->freq = pstate_freqs[i];
/freebsd-current/sys/arm/mv/clk/
H A Dperiph_clk_mux_gate.c54 * Register chain: fixed (freq/2) -> mux (choose fixed or parent frequency) ->
79 fixed.freq = 0;
106 * Register chain: fixed1 (freq/2) -> mux (fixed1 or TBG-A-S frequency) ->
107 * gate -> fixed2 (freq/2).
131 fixed1->freq = 0;
H A Dperiph_clk_fixed.c78 fixed_def.freq = 0;
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_irig.c168 #define MAXFREQ (250e-6 * SECOND) /* freq tolerance (.025%) */
216 double phase, freq; /* logical clock phase and frequency */ member in struct:irigunit
445 up->phase += (up->freq + clock_codec) / SECOND;
660 up->freq += dtemp / (4. * up->tc * up->tc);
661 if (up->freq > MAXFREQ) {
662 up->freq = MAXFREQ;
664 } else if (up->freq < -MAXFREQ) {
665 up->freq = -MAXFREQ;
950 up->tc, up->exing * 1e6 / SECOND, up->freq *
/freebsd-current/contrib/ntp/kernel/sys/
H A Dtimex.h159 #define MAXFREQ (512L << SHIFT_USEC) /* max freq error (100 ppm) */
162 #define MAXFREQ (512L << SHIFT_USEC) /* max freq error (200 ppm) */
214 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
262 long freq; /* frequency offset (scaled ppm) (rw) */ member in struct:timex
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_phy.c149 int freq, freq1; local
153 freq = chandef->chan->center_freq;
160 if (freq1 > freq) {
170 ch_group_index = (freq - freq1 + 30) / 20;
/freebsd-current/sys/dev/bhnd/
H A Dbhndvar.h82 u_int *freq);
/freebsd-current/sys/dev/usb/wlan/
H A Dif_upgtvar.h148 uint16_t freq; member in struct:upgt_eeprom_freq4_1
241 uint16_t freq; member in struct:upgt_lmac_freq3
253 uint16_t freq; member in struct:upgt_lmac_freq6
298 uint16_t freq; member in struct:upgt_lmac_rx_desc
/freebsd-current/sys/sys/
H A Dtimex.h53 #define MAXFREQ 500000L /* max freq error (ns/s) */
80 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
130 long freq; /* frequency offset (scaled PPM) (rw) */ member in struct:timex
H A Dcpu.h79 int freq; /* CPU clock in Mhz or 100ths of a percent. */ member in struct:cf_setting
/freebsd-current/sys/net80211/
H A Dieee80211_radiotap.c135 uint16_t freq; member in struct:__anon128
139 rc->freq = htole16(c->ic_freq);
148 uint16_t freq; member in struct:__anon129
154 rc->freq = htole16(c->ic_freq);
/freebsd-current/contrib/bzip2/
H A Dhuffman.c64 Int32 *freq,
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
63 BZ2_hbMakeCodeLengths( UChar *len, Int32 *freq, Int32 alphaSize, Int32 maxLen ) argument
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p_dev_disc.c138 const u8 *addr, int freq, u8 status)
147 " (status %u freq %d)",
148 MAC2STR(addr), status, freq);
151 if (p2p_send_action(p2p, freq, addr, p2p->cfg->dev_addr,
168 " (freq=%d)", MAC2STR(sa), rx_freq);
137 p2p_send_dev_disc_resp(struct p2p_data *p2p, u8 dialog_token, const u8 *addr, int freq, u8 status) argument
/freebsd-current/contrib/wpa/src/ap/
H A Dhs20.c145 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
180 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
226 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
/freebsd-current/sys/contrib/dev/rtw88/
H A Drx.c145 rx_status->freq = pkt_stat->freq;
159 rx_status->freq = hw->conf.chandef.chan->center_freq;
/freebsd-current/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_subr.c163 uint64_t count, freq; local
166 freq = READ_SPECIALREG(cntfrq_el0);
167 return ((1000000000UL * count) / freq);
/freebsd-current/sys/dev/videomode/
H A Dvesagtf.c215 vesagtf_mode_params(unsigned h_pixels, unsigned v_lines, unsigned freq, argument
279 v_field_rqd = (flags & VESAGTF_FLAG_ILACE) ? (freq * 2) : (freq);
/freebsd-current/sys/dev/clk/allwinner/
H A Daw_clk_m.c42 * 1) Set the parent freq
223 aw_clk_m_recalc(struct clknode *clk, uint64_t *freq) argument
236 *freq = *freq / m;
H A Daw_clk_np.c192 aw_clk_np_recalc(struct clknode *clk, uint64_t *freq) argument
206 *freq = *freq * n / p;
H A Daw_clk_prediv_mux.c107 aw_clk_prediv_mux_recalc(struct clknode *clk, uint64_t *freq) argument
121 *freq = *freq / prediv / div;
/freebsd-current/sys/dev/eqos/
H A Dif_eqos_fdt.c153 uint64_t freq; local
196 clk_get_freq(stmmaceth, &freq);
197 device_printf(dev, "MAC clock(%s) freq: %jd\n",
198 clk_get_name(stmmaceth), (intmax_t)freq);

Completed in 383 milliseconds

1234567891011>>