HomeSort by relevance Sort by last modified time
    Searched refs:ctrlDataIbssProtectionType (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.h 94 erpProtectionType_e ctrlDataIbssProtectionType;
Ctrl.c 165 pCtrlData->ctrlDataIbssProtectionType = ctrlDataInitParams->ctrlDataDesiredIbssProtection;
238 *protType = pCtrlData->ctrlDataIbssProtectionType;
327 pParamInfo->content.ctrlDataIbssProtecionType = pCtrlData->ctrlDataIbssProtectionType;
563 pCtrlData->ctrlDataIbssProtectionType = pParamInfo->content.ctrlDataIbssProtecionType;
567 pCtrlData->ctrlDataIbssProtectionType = ERP_PROTECTION_NONE;
572 if(pCtrlData->ctrlDataIbssProtectionType != ERP_PROTECTION_NONE)
    [all...]

Completed in 41 milliseconds