HomeSort by: relevance | last modified time | path
    Searched defs:cf1 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
dfs.c 621 u8 cf1 = 0, cf2 = 0; local
624 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
635 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, cf1);
669 int chan_offset, int chan_width, int cf1,
687 /* Seems cf1 and chan_width is enough here */
693 frequency = cf1;
697 frequency = cf1 - 10;
701 frequency = cf1 - 30;
705 frequency = cf1 - 30;
710 frequency = cf1 - 70
    [all...]
dfs.c 621 u8 cf1 = 0, cf2 = 0; local
624 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
635 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, cf1);
669 int chan_offset, int chan_width, int cf1,
687 /* Seems cf1 and chan_width is enough here */
693 frequency = cf1;
697 frequency = cf1 - 10;
701 frequency = cf1 - 30;
705 frequency = cf1 - 30;
710 frequency = cf1 - 70
    [all...]
dfs.c 621 u8 cf1 = 0, cf2 = 0; local
624 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
635 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, cf1);
669 int chan_offset, int chan_width, int cf1,
687 /* Seems cf1 and chan_width is enough here */
693 frequency = cf1;
697 frequency = cf1 - 10;
701 frequency = cf1 - 30;
705 frequency = cf1 - 30;
710 frequency = cf1 - 70
    [all...]
  /src/external/bsd/tmux/dist/
server-client.c 426 struct client_file *cf, *cf1; local
435 RB_FOREACH_SAFE(cf, client_files, &c->files, cf1) {
server-client.c 426 struct client_file *cf, *cf1; local
435 RB_FOREACH_SAFE(cf, client_files, &c->files, cf1) {
server-client.c 426 struct client_file *cf, *cf1; local
435 RB_FOREACH_SAFE(cf, client_files, &c->files, cf1) {
  /src/sys/kern/
subr_autoconf.c 1025 const struct cfdata *cf1; local
1039 for (cf1 = cf; cf1->cf_name; cf1++) {
1041 if (!cfparent_match(d, cf1->cf_pspec))
1045 cfdata_ifattr(cf1), cf1->cf_loc);
1083 const struct cfdata *cf1; local
1085 for (cf1 = cf; cf1->cf_name; cf1++
    [all...]
subr_autoconf.c 1025 const struct cfdata *cf1; local
1039 for (cf1 = cf; cf1->cf_name; cf1++) {
1041 if (!cfparent_match(d, cf1->cf_pspec))
1045 cfdata_ifattr(cf1), cf1->cf_loc);
1083 const struct cfdata *cf1; local
1085 for (cf1 = cf; cf1->cf_name; cf1++
    [all...]
subr_autoconf.c 1025 const struct cfdata *cf1; local
1039 for (cf1 = cf; cf1->cf_name; cf1++) {
1041 if (!cfparent_match(d, cf1->cf_pspec))
1045 cfdata_ifattr(cf1), cf1->cf_loc);
1083 const struct cfdata *cf1; local
1085 for (cf1 = cf; cf1->cf_name; cf1++
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 6593 * @cf1: Center frequency 1
6603 int cf1; member in struct:wpa_event_data::ch_switch
6632 int cf1; member in struct:wpa_event_data::dfs_event
driver.h 6593 * @cf1: Center frequency 1
6603 int cf1; member in struct:wpa_event_data::ch_switch
6632 int cf1; member in struct:wpa_event_data::dfs_event
driver.h 6593 * @cf1: Center frequency 1
6603 int cf1; member in struct:wpa_event_data::ch_switch
6632 int cf1; member in struct:wpa_event_data::dfs_event

Completed in 172 milliseconds