| /freebsd/contrib/wpa/src/ap/ |
| H A D | dfs.h | 16 int cf1, int cf2); 19 int cf1, int cf2); 23 int cf1, int cf2); 26 int chan_offset, int chan_width, int cf1, int cf2); 31 int cf1, int cf2);
|
| H A D | dfs.c | 629 u8 cf1 = 0, cf2 = 0; in dfs_set_valid_channel() local 632 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2, in dfs_set_valid_channel() 644 hostapd_set_oper_centr_freq_seg1_idx(iface->conf, cf2); in dfs_set_valid_channel() 678 int cf2, u32 state) in set_dfs_state() argument 714 frequency2 = cf2 - 30; in set_dfs_state() 743 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped() argument 1187 int cf1, int cf2) in hostapd_dfs_complete_cac() argument 1199 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2, in hostapd_dfs_complete_cac() 1220 chan_width, cf1, cf2, in hostapd_dfs_complete_cac() 1266 int cf1, int cf2) in hostapd_dfs_pre_cac_expired() argument [all …]
|
| H A D | drv_callbacks.c | 1256 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch() argument 1272 width, channel_width_to_string(width), cf1, cf2, in hostapd_event_ch_switch() 1330 if (cf2 == 5935) in hostapd_event_ch_switch() 1331 seg1_idx = (cf2 - 5925) / 5; in hostapd_event_ch_switch() 1332 else if (cf2 > 5950) in hostapd_event_ch_switch() 1333 seg1_idx = (cf2 - 5950) / 5; in hostapd_event_ch_switch() 1334 else if (cf2 > 5000) in hostapd_event_ch_switch() 1335 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch() 1339 ieee80211_freq_to_chan(cf2, &seg1_idx); in hostapd_event_ch_switch() 1426 cf1, cf2, is_dfs0, is_dfs, punct_bitmap); in hostapd_event_ch_switch() [all …]
|
| H A D | interference.h | 15 int cf1, int cf2,
|
| H A D | interference.c | 350 int chan_width, int cf1, int cf2, in hostapd_incumbt_sig_intf_detected() argument 377 freq, chan_width, cf1, cf2, chan_bw_interference_bitmap); in hostapd_incumbt_sig_intf_detected()
|
| H A D | hostapd.h | 908 int offset, int width, int cf1, int cf2,
|
| /freebsd/crypto/krb5/src/lib/crypto/krb/ |
| H A D | Makefile.in | 11 cf2.o \ 67 $(OUTPRE)cf2.$(OBJEXT) \ 123 $(srcdir)/cf2.c \ 166 $(srcdir)/cf2.c \
|
| H A D | deps | 25 cf2.so cf2.po $(OUTPRE)cf2.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ 34 $(top_srcdir)/include/socket-utils.h cf2.c crypto_int.h
|
| /freebsd/contrib/sendmail/src/ |
| H A D | tls.c | 989 char *cf2, *kf2; 1022 cf2 = NULL; 1024 if (certfile != NULL && (cf2 = strchr(certfile, ',')) != NULL) 1026 *cf2++ = '\0'; 1052 if (cf2 != NULL) 1054 TLS_OK_F(cf2, "CertFile", bitset(TLS_I_CERT_EX, req), 1160 if (cf2 != NULL) 1162 TLS_SAFE_F(cf2, sff | TLS_UNR(TLS_I_CERT_UNR, req), 1338 SSL_CTX_use_cert(*ctx, cf2) <= 0) 1344 who, SSL_CTX_USE_CERT, cf2); [all …]
|
| /freebsd/krb5/lib/crypto/krb/ |
| H A D | Makefile.inc | 14 cf2.c \
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | hostid | 90 dc698397-fa54-4cf2-82c8-b1b5307a6a7f)
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | ap.h | 76 int offset, int width, int cf1, int cf2,
|
| H A D | ap.c | 1899 int offset, int width, int cf1, int cf2, in wpas_ap_ch_switch() argument 1912 offset, width, cf1, cf2, punct_bitmap, in wpas_ap_ch_switch() 2145 radar->cf1, radar->cf2); in wpas_ap_event_dfs_radar_detected() 2161 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_started() 2177 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_finished() 2193 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_aborted() 2209 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_nop_finished()
|
| H A D | events.c | 7153 data->ch_switch.cf2); in wpa_supplicant_event() 7183 data->ch_switch.cf2); in wpa_supplicant_event() 7221 data->ch_switch.cf2, in wpa_supplicant_event()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_event.c | 1237 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset() argument 1277 struct nlattr *cf2, in mlme_event_ch_switch() argument 1323 cf2 ? nla_get_u32(cf2) : 0); in mlme_event_ch_switch() 1342 if (cf2) in mlme_event_ch_switch() 1343 data.ch_switch.cf2 = nla_get_u32(cf2); in mlme_event_ch_switch() 2723 data->dfs_event.cf1, data->dfs_event.cf2, in nl80211_process_radar_event() 2799 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in nl80211_radar_event() 3221 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in qca_nl80211_dfs_offload_radar_event() 3227 data.dfs_event.cf1, data.dfs_event.cf2); in qca_nl80211_dfs_offload_radar_event() 4761 data.incumbt_sig_intf_event.cf2 = in nl80211_incumbt_sig_intf_event() [all …]
|
| H A D | driver.h | 7446 int cf2; member 7475 int cf2; member 7705 int cf2; member
|
| /freebsd/usr.sbin/syslogd/ |
| H A D | syslogd.c | 2368 FILE *cf2; in parseconfigfile() local 2422 cf2 = fopen(file, "r"); in parseconfigfile() 2423 if (cf2 == NULL) in parseconfigfile() 2426 parseconfigfile(cf2, false, nvl_conf); in parseconfigfile() 2427 fclose(cf2); in parseconfigfile()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 1589 data.dfs_event.cf2 = atoi(pos + 4); in hostapd_ctrl_iface_radar()
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | de.po | 4133 #: ../../src/lib/crypto/krb/cf2.c:114
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 14760 0cf2 ENE Technology, Inc.
|
| H A D | pci_vendors | 26856 1cf2 ZTE Corp. 36303 2cf2 Xeon C5500/C3500 Integrated Memory Controller Channel 2 Rank
|