Searched refs:plid (Results 1 – 2 of 2) sorted by relevance
25 const u8 *plid; member106 mpm_ie->plid = ie; in mesh_mpm_parse_peer_mgmt()872 u16 plid = 0, llid = 0; in mesh_mpm_action_rx() local948 plid = WPA_GET_LE16(peer_mgmt_ie.llid); in mesh_mpm_action_rx()949 if (peer_mgmt_ie.plid) in mesh_mpm_action_rx()950 llid = WPA_GET_LE16(peer_mgmt_ie.plid); in mesh_mpm_action_rx()951 wpa_printf(MSG_DEBUG, "MPM: plid=0x%x llid=0x%x", plid, llid); in mesh_mpm_action_rx()1000 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx()1003 sta->peer_lid = plid; in mesh_mpm_action_rx()1014 (sta->peer_lid && sta->peer_lid != plid)) { in mesh_mpm_action_rx()[all …]
6961 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *device, uint32_t const plid) argument6975 ret = ptp_object_want (params, plid, PTPOBJECT_OBJECTINFO_LOADED, &ob);