Searched refs:ch_list (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.c845 struct iwm_umac_cmd_get_channel_list *ch_list; local
850 ch_list = kzalloc(size, GFP_KERNEL);
851 if (!ch_list) {
856 ch_list->ch[0].band = UMAC_BAND_2GHZ;
857 ch_list->ch[0].type = UMAC_CHANNEL_WIDTH_20MHZ;
858 ch_list->ch[0].flags = UMAC_CHANNEL_FLAG_VALID;
860 ch_list->ch[1].band = UMAC_BAND_5GHZ;
861 ch_list->ch[1].type = UMAC_CHANNEL_WIDTH_20MHZ;
862 ch_list->ch[1].flags = UMAC_CHANNEL_FLAG_VALID;
864 ch_list
[all...]
H A Drx.c1077 struct iwm_umac_cmd_get_channel_list *ch_list = local
1088 le32_to_cpu(ch_list->ch[0].channels_mask);
1090 le32_to_cpu(ch_list->ch[2].channels_mask);
1103 le32_to_cpu(ch_list->ch[1].channels_mask);
1105 le32_to_cpu(ch_list->ch[3].channels_mask);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dap_settings.js713 var ch_list = cf.w_channel_5g;
719 ch_list.options.length = 100;
726 ch_list.options[len].text = "<%40%>";
727 ch_list.options[len].value = Channel_All_80M[index][0];
732 ch_list.options[len].text = Channel_All_80M[index][i];
733 ch_list.options[len].value = Channel_All_80M[index][i];
746 ch_list.options[len].text = "<%40%>";
747 ch_list.options[len].value = Channel_All_40M[index][0];
752 ch_list.options[len].text = Channel_All_40M[index][i];
753 ch_list
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd_debug.c139 list_for_each_entry(ch, &smd_ch_list_dsp, ch_list)
141 list_for_each_entry(ch, &smd_ch_list_modem, ch_list)
143 list_for_each_entry(ch, &smd_ch_closed_list, ch_list)
H A Dsmd.c342 list_for_each_entry(ch, list, ch_list) {
415 list_for_each_entry(ch, &smd_ch_list_modem, ch_list) {
421 list_for_each_entry(ch, &smd_ch_list_dsp, ch_list) {
608 list_add(&ch->ch_list, &smd_ch_closed_list);
660 list_for_each_entry(ch, &smd_ch_closed_list, ch_list) {
662 list_del(&ch->ch_list);
700 list_add(&ch->ch_list, &smd_ch_list_modem);
702 list_add(&ch->ch_list, &smd_ch_list_dsp);
735 list_del(&ch->ch_list);
740 list_add(&ch->ch_list,
[all...]
H A Dsmd_private.h296 struct list_head ch_list; member in struct:smd_channel
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h3781 uint8 ch_list[1]; member in struct:wl_action_obss_coex_req

Completed in 147 milliseconds