| /src/external/bsd/wpa/dist/src/ap/ |
| 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);
|
| dfs.c | 621 u8 cf1 = 0, cf2 = 0; local 624 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2, 636 hostapd_set_oper_centr_freq_seg1_idx(iface->conf, cf2); 670 int cf2, u32 state) 706 frequency2 = cf2 - 30; 735 int chan_width, int cf1, int cf2) 1144 int cf1, int cf2) 1147 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d radar_detected=%d", 1148 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2, 1169 chan_width, cf1, cf2, [all...] |
| drv_callbacks.c | 1123 int offset, int width, int cf1, int cf2, 1133 "driver %s channel switch: iface->freq=%d, freq=%d, ht=%d, vht_ch=0x%x, he_ch=0x%x, eht_ch=0x%x, offset=%d, width=%d (%s), cf1=%d, cf2=%d, puncturing_bitmap=0x%x", 1139 width, channel_width_to_string(width), cf1, cf2, 1197 if (cf2 == 5935) 1198 seg1_idx = (cf2 - 5925) / 5; 1199 else if (cf2 > 5950) 1200 seg1_idx = (cf2 - 5950) / 5; 1201 else if (cf2 > 5000) 1202 seg1_idx = (cf2 - 5000) / 5; 1206 ieee80211_freq_to_chan(cf2, &seg1_idx) [all...] |
| hostapd.h | 791 int offset, int width, int cf1, int cf2,
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| test_fx.c | 49 } cf2[] = { variable in typeref:struct:__anon917 129 for (i = 0; i < sizeof(cf2)/sizeof(cf2[0]); i++) { 130 pw.data = cf2[i].p1; 131 pw.length = strlen(cf2[i].p1); 133 salt.saltvalue.data = cf2[i].p1; 134 salt.saltvalue.length = strlen(cf2[i].p1); 137 cf2[i].e1, 148 pw.data = cf2[i].p2; 149 pw.length = strlen(cf2[i].p2) [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| inquire.c | 283 GFC_INTEGER_4 cf2 = iqp->flags2; local 285 if ((cf2 & IOPARM_INQUIRE_HAS_ENCODING) != 0) 305 if ((cf2 & IOPARM_INQUIRE_HAS_DECIMAL) != 0) 325 if ((cf2 & IOPARM_INQUIRE_HAS_ASYNCHRONOUS) != 0) 346 if ((cf2 & IOPARM_INQUIRE_HAS_PENDING) != 0) 353 if ((cf2 & IOPARM_INQUIRE_HAS_ID) != 0) 367 if ((cf2 & IOPARM_INQUIRE_HAS_SIGN) != 0) 390 if ((cf2 & IOPARM_INQUIRE_HAS_ROUND) != 0) 422 if ((cf2 & IOPARM_INQUIRE_HAS_SIZE) != 0) 433 if ((cf2 & IOPARM_INQUIRE_HAS_IQSTREAM) != 0 742 GFC_INTEGER_4 cf2 = iqp->flags2; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| inquire.c | 283 GFC_INTEGER_4 cf2 = iqp->flags2; local 285 if ((cf2 & IOPARM_INQUIRE_HAS_ENCODING) != 0) 305 if ((cf2 & IOPARM_INQUIRE_HAS_DECIMAL) != 0) 325 if ((cf2 & IOPARM_INQUIRE_HAS_ASYNCHRONOUS) != 0) 346 if ((cf2 & IOPARM_INQUIRE_HAS_PENDING) != 0) 353 if ((cf2 & IOPARM_INQUIRE_HAS_ID) != 0) 367 if ((cf2 & IOPARM_INQUIRE_HAS_SIGN) != 0) 390 if ((cf2 & IOPARM_INQUIRE_HAS_ROUND) != 0) 422 if ((cf2 & IOPARM_INQUIRE_HAS_SIZE) != 0) 433 if ((cf2 & IOPARM_INQUIRE_HAS_IQSTREAM) != 0 742 GFC_INTEGER_4 cf2 = iqp->flags2; local [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ap.h | 76 int offset, int width, int cf1, int cf2,
|
| ap.c | 1865 int offset, int width, int cf1, int cf2, 1878 offset, width, cf1, cf2, punct_bitmap, 2111 radar->cf1, radar->cf2); 2127 radar->chan_width, radar->cf1, radar->cf2); 2143 radar->chan_width, radar->cf1, radar->cf2); 2159 radar->chan_width, radar->cf1, radar->cf2); 2175 radar->chan_width, radar->cf1, radar->cf2);
|
| events.c | 6300 "%sfreq=%d link_id=%d ht_enabled=%d ch_offset=%d ch_width=%s cf1=%d cf2=%d", 6310 data->ch_switch.cf2); 6332 "%sfreq=%d ht_enabled=%d ch_offset=%d ch_width=%s cf1=%d cf2=%d", 6340 data->ch_switch.cf2); 6378 data->ch_switch.cf2,
|
| /src/external/bsd/tmux/dist/ |
| file.c | 63 file_cmp(struct client_file *cf1, struct client_file *cf2) 65 if (cf1->stream < cf2->stream) 67 if (cf1->stream > cf2->stream)
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_event.c | 1157 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) 1197 struct nlattr *cf2, 1243 cf2 ? nla_get_u32(cf2) : 0); 1260 if (cf2) 1261 data.ch_switch.cf2 = nla_get_u32(cf2); 2509 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); 2512 "nl80211: DFS event on freq %d MHz, ht: %d, offset: %d, width: %d, cf1: %dMHz, cf2: %dMHz, link_id=%d", 2515 data.dfs_event.cf1, data.dfs_event.cf2, [all...] |
| driver.h | 6594 * @cf2: Center frequency 2 6604 int cf2; member in struct:wpa_event_data::ch_switch 6633 int cf2; member in struct:wpa_event_data::dfs_event
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| config.c | 1992 ConfigFile *cf2 = NULL; local 1999 for ( cf2 = cfn->c_kids; cf2 && cf2->c_sibs; cf2 = cf2->c_sibs ) 2001 cf2->c_sibs = cf; 2012 if ( cf2 ) 2013 cf2->c_sibs = NULL;
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| functional.d | 966 auto cf2 = cf(2); 969 assert(cf2(2)(3) == f(2, 2, 3));
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| bconfig.c | 4047 ConfigFile *cf2 = NULL; local 4055 for (cf2=cfn->c_kids; cf2 && cf2->c_sibs; cf2=cf2->c_sibs) ; 4056 cf2->c_sibs = cf; 4066 if ( cf2 ) cf2->c_sibs = NULL;
|
| /src/external/bsd/wpa/dist/hostapd/ |
| ctrl_iface.c | 1601 pos = os_strstr(param, "cf2="); 1603 data.dfs_event.cf2 = atoi(pos + 4);
|