Home
last modified time | relevance | path

Searched refs:plid (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c27 const u8 *plid; /* Peer Link ID (conditional, 2 octets) */ member
105 mpm_ie->plid = ie; in mesh_mpm_parse_peer_mgmt()
1058 u16 plid = 0, llid = 0, aid = 0; in mesh_mpm_action_rx() local
1136 plid = WPA_GET_LE16(peer_mgmt_ie.llid); in mesh_mpm_action_rx()
1137 if (peer_mgmt_ie.plid) in mesh_mpm_action_rx()
1138 llid = WPA_GET_LE16(peer_mgmt_ie.plid); in mesh_mpm_action_rx()
1139 wpa_printf(MSG_DEBUG, "MPM: plid=0x%x llid=0x%x", plid, llid); in mesh_mpm_action_rx()
1206 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx()
1209 sta->peer_lid, plid); in mesh_mpm_action_rx()
1212 sta->peer_lid = plid; in mesh_mpm_action_rx()
[all …]
/external/libmtp/src/
Dlibmtp.c7577 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *device, uint32_t const plid) argument
7591 ret = ptp_object_want (params, plid, PTPOBJECT_OBJECTINFO_LOADED, &ob);