这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » 求教高手帮助,感激ing

共18条 1/2 1 2 跳转至

求教高手帮助,感激ing

菜鸟
2006-04-11 23:39:51     打赏

兄弟使用了风河PPPOE组件,依次调用函数如下:

pfwStackAdd(pppSysProfile, NULL, NULL);

pppConnectionOpen(pppStackObj, NULL, NULL);

发现muxAdptrStackAdd、muxAdptrSend函数都没有调用过,是在不知道为什么,显示成功可是网络没有发送任何包,但目前已知sioAdptrSend、pppAsyncFramingSend都有pfwSend函数调用过,请各位大哥、大姐帮帮兄弟啊,不然要被炒鱿鱼了, 555~~~




关键词: 求教     高手     帮助     感激    

菜鸟
2006-04-12 18:51:00     打赏
2楼
那位大侠能帮帮兄弟的忙,兄弟愿意出一部分费用。

菜鸟
2006-04-12 19:18:00     打赏
3楼
Told us what version of your WindNet PPP&PPPoE !

菜鸟
2006-04-12 20:15:00     打赏
4楼

WindNet PPP & PPPoE Version 1.2,

vxworks版本5.4, tornado版本2.0

补丁包:TDK-13274


菜鸟
2006-04-12 20:52:00     打赏
5楼

不知道是不是这句不对,

pfwStackAdd(pppSysProfile, NULL, NULL);

我修改成这个样子不知道是否正确

pfwStackAdd( pppOeSysProfile, &applCallbacks,(void *)tickGet() );

或者

pfwStackAdd(pppOeSysProfile, NULL, NULL);

由于兄弟的目标板没有串口,更改以后网络好像目标板telnet就无法继续使用了,很是郁闷啊。


菜鸟
2006-04-12 21:42:00     打赏
6楼

First, use the PPPoE, you must select a network interface, and this information must be filled in the pppoeSysProfile.

Second, when start the PPPoE, that network interface will not be use for other purpose.

Third, I remembered there was an example in the WindNet PPP&PPPoE doc.


菜鸟
2006-04-13 00:16:00     打赏
7楼

谢谢老大指点,inte**ce这个是不是interface啊,这个我没看明白,还有这些信息怎么填充到pppoeSysProfile里面呢?

对了,我调用这个函数以后

pfwStackAdd( pppOeSysProfile, &applCallbacks,(void *)tickGet() );

已经能够用sniffer抓到包了,基本上有认证的开始的几部分了。


菜鸟
2006-04-13 00:17:00     打赏
8楼

i-n-t-e-r-f-a-c-e


菜鸟
2006-04-13 00:29:00     打赏
9楼

Yes, it is inte-r-f-a-ce.

The profile is key to realize the function.

You can capture the authorization packet, that made a big progress.

By the way, do you setup the PPPoE server ?


菜鸟
2006-04-13 00:59:00     打赏
10楼

不是, 在弄一个客户端程序,没有找到例子程序,开始找了几个问题都是PPPOE补丁的问题,所以一直在找PPP代码的问题,已经弄了好多天了,之前都是调用pppSysProfile,所以一直不对, 真是菜啊,呵呵。 老大,谢了。我关于这几个问题已经贴了好多次帖子了, 总算有你肯帮我,谢谢你的帮助


共18条 1/2 1 2 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]