Searched refs:aid (Results 1 - 12 of 12) sorted by relevance

/system/core/init/
H A Dueventd.c72 return android_ids[i].aid;
H A Dutil.c87 return info[n].aid;
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_descriptors.h112 uint8 aid; /* Identifier of the remote STA in IBSS, 1 in infra-BSS */ member in struct:TxIfDescriptor_t
/system/core/include/private/
H A Dandroid_filesystem_config.h81 unsigned aid; member in struct:android_id_info
/system/wlan/ti/wilink_6_1/TWD/Data_Service/
H A DtxCtrlBlk.c140 pTxCtrlBlk->aTxCtrlBlkTbl[entry].tTxDescriptor.aid = 1; /* The value for infrastructure BSS */
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DmlmeApi.h100 TI_UINT16 aid; member in struct:__anon1885
H A DmlmeParser.c225 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.aid , pData);
226 pHandle->tempFrameInfo.frame.content.assocRsp.aid &= ASSOC_RESP_AID_MASK;
H A DassocSM.c492 tTwdParam.content.halCtrlAid = pFrame->content.assocRsp.aid;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c251 pHandle->tempFrameInfo.frame.content.assocRsp.aid = ENDIAN_HANDLE_WORD(*(UINT16*)pData);
1481 UINT8 aid = 0; local
1510 aid = whalParam.content.halCtrlAid;
1511 if (aid < DOT11_PARTIAL_VIRTUAL_BITMAP_MAX)
1513 partialVirtualBmap = theFrame.content.iePacket.pTIM->partialVirtualBmap[aid/8] & (1 << (aid%8) );
1520 __FILE__,__LINE__,aid));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
H A D802_11Defs.h1059 UINT16 aid;
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.h109 TI_STATUS cmdBld_CfgAid (TI_HANDLE hCmdBld, TI_UINT16 aid, void *fCb, TI_HANDLE hCb);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c531 whalParam.content.halCtrlAid = pFrame->content.assocRsp.aid;

Completed in 1629 milliseconds