| /freebsd-14.2/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 | 621 u8 cf1 = 0, cf2 = 0; in dfs_set_valid_channel() local 670 int cf2, u32 state) in set_dfs_state() argument 706 frequency2 = cf2 - 30; in set_dfs_state() 1144 int cf1, int cf2) in hostapd_dfs_complete_cac() argument 1169 chan_width, cf1, cf2, in hostapd_dfs_complete_cac() 1215 int cf1, int cf2) in hostapd_dfs_pre_cac_expired() argument 1226 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE); in hostapd_dfs_pre_cac_expired() 1446 int cf1, int cf2) in hostapd_dfs_radar_detected() argument 1469 cf1, cf2)) in hostapd_dfs_radar_detected() 1484 int cf1, int cf2) in hostapd_dfs_nop_finished() argument [all …]
|
| H A D | drv_callbacks.c | 1197 if (cf2 == 5935) in hostapd_event_ch_switch() 1198 seg1_idx = (cf2 - 5925) / 5; in hostapd_event_ch_switch() 1199 else if (cf2 > 5950) in hostapd_event_ch_switch() 1200 seg1_idx = (cf2 - 5950) / 5; in hostapd_event_ch_switch() 1201 else if (cf2 > 5000) in hostapd_event_ch_switch() 1202 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch() 2203 radar->cf1, radar->cf2); in hostapd_event_dfs_radar_detected() 2223 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_finished() 2233 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_aborted() 2243 radar->cf1, radar->cf2); in hostapd_event_dfs_nop_finished() [all …]
|
| H A D | hostapd.h | 791 int offset, int width, int cf1, int cf2,
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | tls.c | 989 char *cf2, *kf2; 1022 cf2 = 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); 1656 if (cf2 != NULL) [all …]
|
| /freebsd-14.2/libexec/rc/rc.d/ |
| H A D | hostid | 88 dc698397-fa54-4cf2-82c8-b1b5307a6a7f)
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | ap.h | 76 int offset, int width, int cf1, int cf2,
|
| H A D | ap.c | 1865 int offset, int width, int cf1, int cf2, in wpas_ap_ch_switch() argument 1878 offset, width, cf1, cf2, punct_bitmap, in wpas_ap_ch_switch() 2111 radar->cf1, radar->cf2); in wpas_ap_event_dfs_radar_detected() 2127 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_started() 2143 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_finished() 2159 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_aborted() 2175 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_nop_finished()
|
| H A D | events.c | 6310 data->ch_switch.cf2); in wpa_supplicant_event() 6340 data->ch_switch.cf2); in wpa_supplicant_event() 6378 data->ch_switch.cf2, in wpa_supplicant_event()
|
| /freebsd-14.2/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_event.c | 1157 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset() argument 1197 struct nlattr *cf2, in mlme_event_ch_switch() argument 1243 cf2 ? nla_get_u32(cf2) : 0); in mlme_event_ch_switch() 1260 if (cf2) in mlme_event_ch_switch() 1261 data.ch_switch.cf2 = nla_get_u32(cf2); in mlme_event_ch_switch() 2509 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in nl80211_radar_event() 2515 data.dfs_event.cf1, data.dfs_event.cf2, in nl80211_radar_event() 2902 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in qca_nl80211_dfs_offload_radar_event() 2908 data.dfs_event.cf1, data.dfs_event.cf2); in qca_nl80211_dfs_offload_radar_event()
|
| H A D | driver.h | 6604 int cf2; member 6633 int cf2; member
|
| /freebsd-14.2/usr.sbin/syslogd/ |
| H A D | syslogd.c | 2404 FILE *cf2; in readconfigfile() local 2459 cf2 = fopen(file, "r"); in readconfigfile() 2460 if (cf2 == NULL) in readconfigfile() 2463 readconfigfile(cf2, 0); in readconfigfile() 2464 fclose(cf2); in readconfigfile()
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 1603 data.dfs_event.cf2 = atoi(pos + 4); in hostapd_ctrl_iface_radar()
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_vendors | 14708 0cf2 ENE Technology, Inc.
|
| H A D | pci_vendors | 34064 2cf2 Xeon C5500/C3500 Integrated Memory Controller Channel 2 Rank
|