On Fri, 2011-04-29 at 12:33 +0400, Anton Novikov wrote: > Yes, it is, but power managenemt not is aim. I need to obtain > information about all observable NAPs (BSID, frequency, CINR, RSSI etc) > of each NSP. This seems to be accessible in ScanUpdateCB callback > function (can be registered by wmx_RegisterScanUpdateCB) or > wmxNds_ScanReportArrived called on L3_L4_OPCODE_REPORT_SCAN_RESULT > messade arrival. > Unfortunately, NAP list inaccessible in common API functions - it causes > me to use internal SDK and PipeHandler functions. Common API provides > only tabulated information about NSPs as I understood. I see what you are trying to do; if you can figure out how to obtain that information, please share it here for other people to use it if they need :) > 29.04.2011 1:01, I?aky P?rez-Gonz?lez ?????: > > You are using APIs that are not "public" -- only the Common API APIs in > > WiMaxAPI[Ex].h are to be used -- the rest are all internals. > > > > For what you are attempting to do, CmdControlPowerManagement() should be > > the call. >