• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/

Lines Matching refs:neighbor

450  * Create a new WSSID entry for the neighbor, allocate temporary storage
452 * Each neighbor can have many WSS active. We maintain a list of WSSIDs
453 * advertised by neighbor. During discovery we also cache information about
458 * the neighbor is rediscovered or when it disappears.
461 struct wlp_neighbor_e *neighbor)
480 list_add(&wssid_e->node, &neighbor->wssid);
544 * @neighbor: ptr to neighbor being discovered, NULL if enrollment in
551 * into a WSS activated by a neighbor. During discovery we only want to
566 struct wlp_neighbor_e *neighbor,
582 if (neighbor != NULL && wss == NULL)
584 else if (wss != NULL && neighbor == NULL)
619 wssid_e = wlp_create_wssid_e(wlp, neighbor);
622 "entry for neighbor %02x:%02x.\n",
623 neighbor->uwb_dev->dev_addr.data[1],
624 neighbor->uwb_dev->dev_addr.data[0]);
636 wlp_remove_neighbor_tmp_info(neighbor);
646 * @neighbor: the neighbor whose cache will be populated
651 struct wlp_neighbor_e *neighbor,
654 return wlp_get_all_wss_info(wlp, attr, neighbor, NULL, buflen);
928 dev_err(dev, "WLP: Received F0 error frame from neighbor. Enrollee "
1207 * @neighbor: the neighbor that sent the D2 frame
1213 struct wlp_neighbor_e *neighbor)
1238 result = wlp_get_uuid_r(wlp, ptr + used, &neighbor->uuid, len - used);
1245 result = wlp_get_wss_info_to_cache(wlp, ptr + used, neighbor,
1253 neighbor->info = kzalloc(sizeof(struct wlp_device_info), GFP_KERNEL);
1254 if (neighbor->info == NULL) {
1260 nb_info = neighbor->info;
1283 dev_err(dev, "WLP: neighbor device returned association "
1291 wlp_remove_neighbor_tmp_info(neighbor);
1300 * @neighbor: the neighbor that sent the D2 frame
1304 * @wssid by using @neighbor as registrar. A D1 message was sent to
1305 * @neighbor and now we need to parse the D2 response. The neighbor's
1310 struct wlp_neighbor_e *neighbor,
1345 if (memcmp(&uuid_r, &neighbor->uuid, sizeof(uuid_r))) {
1347 &neighbor->uuid);
1349 dev_err(dev, "WLP: UUID of neighbor does not match UUID "
1393 dev_err(dev, "WLP: neighbor device returned association "
1700 * active then we connect to this neighbor (add it to our EDA cache).
1732 "with new connected neighbor information.\n");