/external/wpa_supplicant_8/wpa_supplicant/ |
mesh_mpm.c | 26 const u8 *plid; /* Peer Link ID (conditional, 2 octets) */ member in struct:mesh_peer_mgmt_ie 108 mpm_ie->plid = ie; 1009 u16 plid = 0, llid = 0; local 1084 /* the sender's llid is our plid and vice-versa */ 1085 plid = WPA_GET_LE16(peer_mgmt_ie.llid); 1086 if (peer_mgmt_ie.plid) 1087 llid = WPA_GET_LE16(peer_mgmt_ie.plid); 1088 wpa_printf(MSG_DEBUG, "MPM: plid=0x%x llid=0x%x", plid, llid); 1139 } else if (sta->peer_lid && sta->peer_lid != plid) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wbemprov.h | 479 virtual HRESULT WINAPI CreateRefreshableObject(IWbemServices *pNamespace,IWbemObjectAccess *pTemplate,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,IWbemObjectAccess **ppRefreshable,__LONG32 *plId) = 0; 481 virtual HRESULT WINAPI CreateRefreshableEnum(IWbemServices *pNamespace,LPCWSTR wszClass,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,IWbemHiPerfEnum *pHiPerfEnum,__LONG32 *plId) = 0; 492 HRESULT (WINAPI *CreateRefreshableObject)(IWbemHiPerfProvider *This,IWbemServices *pNamespace,IWbemObjectAccess *pTemplate,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,IWbemObjectAccess **ppRefreshable,__LONG32 *plId); 494 HRESULT (WINAPI *CreateRefreshableEnum)(IWbemHiPerfProvider *This,IWbemServices *pNamespace,LPCWSTR wszClass,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,IWbemHiPerfEnum *pHiPerfEnum,__LONG32 *plId); 507 #define IWbemHiPerfProvider_CreateRefreshableObject(This,pNamespace,pTemplate,pRefresher,lFlags,pContext,ppRefreshable,plId) (This)->lpVtbl->CreateRefreshableObject(This,pNamespace,pTemplate,pRefresher,lFlags,pContext,ppRefreshable,plId) 509 #define IWbemHiPerfProvider_CreateRefreshableEnum(This,pNamespace,wszClass,pRefresher,lFlags,pContext,pHiPerfEnum,plId) (This)->lpVtbl->CreateRefreshableEnum(This,pNamespace,wszClass,pRefresher,lFlags,pContext,pHiPerfEnum,plId) 517 HRESULT WINAPI IWbemHiPerfProvider_CreateRefreshableObject_Proxy(IWbemHiPerfProvider *This,IWbemServices *pNamespace,IWbemObjectAccess *pTemplate,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,IWbemObjectAccess **ppRefreshable,__LONG32 *plId); 521 HRESULT WINAPI IWbemHiPerfProvider_CreateRefreshableEnum_Proxy(IWbemHiPerfProvider *This,IWbemServices *pNamespace,LPCWSTR wszClass,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,IWbemHiPerfEnum *pHiPerfEnum,__LONG32 *plId); [all...] |
wbemcli.h | [all...] |
dimm.h | 419 virtual HRESULT WINAPI GetLangId(HKL hKL,LANGID *plid) = 0; 494 HRESULT (WINAPI *GetLangId)(IActiveIMMApp *This,HKL hKL,LANGID *plid); [all...] |
ocidl.h | [all...] |
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 360 public static long [] getSongListForPlaylist(Context context, long plid) { 362 Cursor cursor = query(context, MediaStore.Audio.Playlists.Members.getContentUri("external", plid), 373 public static void playPlaylist(Context context, long plid) { 374 long [] list = getSongListForPlaylist(context, plid); 449 public static void clearPlaylist(Context context, int plid) { 451 Uri uri = MediaStore.Audio.Playlists.Members.getContentUri("external", plid); [all...] |
TrackBrowserActivity.java | [all...] |
/external/iw/ |
station.c | 244 printf("\n\tmesh plid:\t%d",
|
nl80211.h | [all...] |
/external/libmtp/src/ |
libmtp.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
nl80211.h | [all...] |
/external/kernel-headers/original/uapi/linux/ |
nl80211.h | [all...] |
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | [all...] |