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

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c360 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, argument
368 "freq=%d, ht=%d, offset=%d", freq, ht, offset);
370 hapd->iface->freq = freq;
372 channel = hostapd_hw_get_channel(hapd, freq);
815 hostapd_event_ch_switch(hapd, data->ch_switch.freq,
H A Dgas_serv.c821 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
879 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
976 hostapd_drv_send_action(hapd, hapd->iface->freq, 0,
1013 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, dst,
1121 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
1132 int freq)
1131 gas_serv_rx_public_action(void *ctx, const u8 *buf, size_t len, int freq) argument
H A Dap_drv_ops.c456 int hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq, argument
466 data.freq = freq;
625 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, argument
631 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c415 static int wpa_driver_nl80211_set_freq(void *priv, int freq) argument
423 iwr.u.freq.m = freq * 100000;
424 iwr.u.freq.e = 1;
1318 /* TODO convert from freq/flags to channel number
1731 r->freq = nla_get_u32(bss[NL80211_BSS_FREQUENCY]);
2203 if (params->freq && wpa_driver_nl80211_set_freq(drv, params->freq) < 0)
2512 mode->channels[idx].freq = nla_get_u32(
2520 if (mode->channels[idx].freq < 400
2621 wpa_driver_nl80211_set_channel(void *priv, wpa_hw_mode phymode, int chan, int freq) argument
[all...]
H A Ddriver_hostap.c338 if (params->freq &&
339 wpa_driver_wext_set_freq(drv->wext, params->freq) < 0)
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c289 int freq = 0; local
309 freq = entry.int32_value;
310 if (freq <= 0)
349 if (wpas_p2p_group_add_persistent(wpa_s, ssid, 0, freq, 0)) {
355 } else if (wpas_p2p_group_add(wpa_s, persistent_group, freq, 0))
431 int freq = 0; local
465 freq = entry.int32_value;
466 if (freq <= 0)
507 go_intent, freq, -1, 0, 0);
1903 op_freq = wpa_s->go_params->freq;
2342 int freq = 0; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c456 int hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq, argument
466 data.freq = freq;
625 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, argument
631 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c1052 static int hostap_set_freq(void *priv, struct hostapd_freq_params *freq) argument
1059 iwr.u.freq.m = freq->channel;
1060 iwr.u.freq.e = 0;
1125 mode->channels[i].freq = chan2freq[i];
H A Ddriver_atheros.c1335 u32 freq, frame_type; local
1360 if (data_len < sizeof(freq) + sizeof(frame_type) + 24) {
1364 os_memcpy(&freq, tbuf, sizeof(freq));
1365 os_memcpy(&frame_type, &tbuf[sizeof(freq)],
1367 mgmt = (void *) &tbuf[sizeof(freq) + sizeof(frame_type)];
1368 data_len -= sizeof(freq) + sizeof(frame_type);
1375 "freq=%u len=%u", stype, freq, (int) data_len);
1931 static int atheros_send_action(void *priv, unsigned int freq, argument
[all...]
H A Ddriver_privsep.c229 wpa_printf(MSG_DEBUG, "%s: priv=%p freq=%d pairwise_suite=%d "
231 __func__, priv, params->freq, params->pairwise_suite,
244 data->freq = params->freq;
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c456 int hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq, argument
466 data.freq = freq;
625 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, argument
631 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c1052 static int hostap_set_freq(void *priv, struct hostapd_freq_params *freq) argument
1059 iwr.u.freq.m = freq->channel;
1060 iwr.u.freq.e = 0;
1125 mode->channels[i].freq = chan2freq[i];
H A Ddriver_atheros.c1335 u32 freq, frame_type; local
1360 if (data_len < sizeof(freq) + sizeof(frame_type) + 24) {
1364 os_memcpy(&freq, tbuf, sizeof(freq));
1365 os_memcpy(&frame_type, &tbuf[sizeof(freq)],
1367 mgmt = (void *) &tbuf[sizeof(freq) + sizeof(frame_type)];
1368 data_len -= sizeof(freq) + sizeof(frame_type);
1375 "freq=%u len=%u", stype, freq, (int) data_len);
1931 static int atheros_send_action(void *priv, unsigned int freq, argument
[all...]
H A Ddriver_privsep.c229 wpa_printf(MSG_DEBUG, "%s: priv=%p freq=%d pairwise_suite=%d "
231 __func__, priv, params->freq, params->pairwise_suite,
244 data->freq = params->freq;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c146 dst->freq = src->freq;
328 if (old->freq != new->freq)
530 if (bss->freq == info->freqs[i]) {
H A Dnotify.c468 int freq, const u8 *sa, u8 dialog_token,
472 wpas_dbus_signal_p2p_sd_request(wpa_s, freq, sa, dialog_token,
467 wpas_notify_p2p_sd_request(struct wpa_supplicant *wpa_s, int freq, const u8 *sa, u8 dialog_token, u16 update_indic, const u8 *tlvs, size_t tlvs_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c1052 static int hostap_set_freq(void *priv, struct hostapd_freq_params *freq) argument
1059 iwr.u.freq.m = freq->channel;
1060 iwr.u.freq.e = 0;
1125 mode->channels[i].freq = chan2freq[i];
H A Ddriver_atheros.c1335 u32 freq, frame_type; local
1360 if (data_len < sizeof(freq) + sizeof(frame_type) + 24) {
1364 os_memcpy(&freq, tbuf, sizeof(freq));
1365 os_memcpy(&frame_type, &tbuf[sizeof(freq)],
1367 mgmt = (void *) &tbuf[sizeof(freq) + sizeof(frame_type)];
1368 data_len -= sizeof(freq) + sizeof(frame_type);
1375 "freq=%u len=%u", stype, freq, (int) data_len);
1931 static int atheros_send_action(void *priv, unsigned int freq, argument
[all...]
H A Ddriver_privsep.c229 wpa_printf(MSG_DEBUG, "%s: priv=%p freq=%d pairwise_suite=%d "
231 __func__, priv, params->freq, params->pairwise_suite,
244 data->freq = params->freq;
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp123 LARGE_INTEGER freq; local
213 if( QueryPerformanceFrequency( &freq ) )
214 cpu_info->frequency = (double)freq.QuadPart;
/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c281 __int64 freq, start, end, diff; local
457 QueryPerformanceFrequency((LARGE_INTEGER*)&freq);
495 diff = ((end - start) * 1000) / (freq/1000);
H A Daecm_core.c466 diff__ = ((end - start) * 1000) / (freq/1000);
1557 __int64 freq, start, end, diff__; local
1582 QueryPerformanceFrequency((LARGE_INTEGER*)&freq);
1621 diff__ = ((end - start) * 1000) / (freq/1000);
1657 diff__ = ((end - start) * 1000) / (freq/1000);
1692 diff__ = ((end - start) * 1000) / (freq/1000);
1830 diff__ = ((end - start) * 1000) / (freq/1000);
1896 diff__ = ((end - start) * 1000) / (freq/1000);
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant_i.h254 int freq; /* The current frequency in MHz */ member in struct:wpa_client_mlme
680 int freq)
684 chan, freq);
678 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument
/external/kernel-headers/original/linux/
H A Dwireless.h875 struct iw_freq freq; /* frequency or channel : member in union:iwreq_data
1016 struct iw_freq freq[IW_MAX_FREQUENCIES]; /* list */ member in struct:iw_range
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwireless_copy.h926 struct iw_freq freq; /* frequency or channel : member in union:iwreq_data
1070 struct iw_freq freq[IW_MAX_FREQUENCIES]; /* list */ member in struct:iw_range

Completed in 345 milliseconds

1234567891011>>