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. 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.