Searched refs:WF_CHAN_FACTOR_2_4_G (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c870 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_5_G are defined for
875 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
891 start_factor = WF_CHAN_FACTOR_2_4_G;
896 if (freq == 2484 && start_factor == WF_CHAN_FACTOR_2_4_G)
913 if (start_factor == WF_CHAN_FACTOR_2_4_G && (ch < 1 || ch > 13))
925 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_4_G, and WF_CHAN_FACTOR_5_G
928 * WF_CHAN_FACTOR_2_4_G (4814 = 2407 * 2).
940 if ((start_factor == WF_CHAN_FACTOR_2_4_G && (ch < 1 || ch > 14)) ||
943 else if ((start_factor == WF_CHAN_FACTOR_2_4_G) && (ch == 14))
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmwifi.c1037 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_5_G are defined for
1042 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
1058 start_factor = WF_CHAN_FACTOR_2_4_G;
1063 if (freq == 2484 && start_factor == WF_CHAN_FACTOR_2_4_G)
1080 if (start_factor == WF_CHAN_FACTOR_2_4_G && (ch < 1 || ch > 13))
1092 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_4_G, and WF_CHAN_FACTOR_5_G
1095 * WF_CHAN_FACTOR_2_4_G (4814 = 2407 * 2).
1107 if ((start_factor == WF_CHAN_FACTOR_2_4_G && (ch < 1 || ch > 14)) ||
1110 else if ((start_factor == WF_CHAN_FACTOR_2_4_G) && (ch == 14))
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmwifi.h304 #define WF_CHAN_FACTOR_2_4_G 4814 /* 2.4 GHz band, 2407 MHz */ macro
421 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_5_G are defined for
426 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
437 * @see WF_CHAN_FACTOR_2_4_G
450 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_5_G are defined for
453 * WF_CHAN_FACTOR_2_4_G (4814).
465 * @see WF_CHAN_FACTOR_2_4_G
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h290 #define WF_CHAN_FACTOR_2_4_G 4814 /* 2.4 GHz band, 2407 MHz */ macro
400 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_5_G are defined for
405 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
416 * @see WF_CHAN_FACTOR_2_4_G
429 * Constants WF_CHAN_FACTOR_2_4_G, WF_CHAN_FACTOR_5_G are defined for
432 * WF_CHAN_FACTOR_2_4_G (4814).
444 * @see WF_CHAN_FACTOR_2_4_G

Completed in 110 milliseconds