Hello On Thu, 2010-08-19 at 15:44 -0400, Hongwei Zhang wrote: > Dear WiMAX gurus, > > I am trying to find a method to 1) monitor WiMAX client status such as > signal strength from base station and per-packet transmission delay and Signal strenght can be obtained from the API, see the API Reference link in linuxwimax.org/Download from structure WIMAX_API_CONNECTED_NSP_INFO which can be obtained by calling GetConnectedNSP(). > retries, There is no current way to query the device for per-packet transmission delay/retry statistics. You could query these at the TCP level maybe. > and 2) to control WiMAX client parameter/behavior such as the > handoff signal strength threshold. This setting is not available. > I wonder if anyone may help advise on > whether the current Linux WiMAX driver can allow me to monitor and > control the parameters mentioned above? If yes, what are the general > approaches to retrieving the monitoring information and to controlling > WiMAX client behavior? Any information or pointers to information will > be greatly appreciated.