Lines Matching refs:idbuf
463 struct hermes_idstring idbuf; in orinoco_hw_program_rids() local
528 idbuf.len = cpu_to_le16(strlen(priv->desired_essid)); in orinoco_hw_program_rids()
529 memcpy(&idbuf.val, priv->desired_essid, sizeof(idbuf.val)); in orinoco_hw_program_rids()
533 &idbuf); in orinoco_hw_program_rids()
541 &idbuf); in orinoco_hw_program_rids()
549 idbuf.len = cpu_to_le16(strlen(priv->nick)); in orinoco_hw_program_rids()
550 memcpy(&idbuf.val, priv->nick, sizeof(idbuf.val)); in orinoco_hw_program_rids()
553 &idbuf); in orinoco_hw_program_rids()
1282 struct hermes_idstring idbuf; in orinoco_hw_trigger_scan() local
1285 idbuf.len = cpu_to_le16(len); in orinoco_hw_trigger_scan()
1286 memcpy(idbuf.val, ssid->ssid, len); in orinoco_hw_trigger_scan()
1291 &idbuf); in orinoco_hw_trigger_scan()